TST: uncaught warning in min/max localize · Issue #19767 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@jreback

Description

@jreback

@jbrockmendel

=============================================================================================================================== warnings summary ================================================================================================================================
pandas/tests/scalar/timestamp/test_timezones.py::TestTimestampTZOperations::()::test_tz_localize_pushes_out_of_bounds
  /Users/jreback/pandas/pandas/tests/scalar/timestamp/test_timezones.py:32: RuntimeWarning: overflow encountered in long_scalars
    Timestamp.min.tz_localize('Asia/Tokyo')
  /Users/jreback/pandas/pandas/tests/scalar/timestamp/test_timezones.py:39: RuntimeWarning: overflow encountered in long_scalars
    Timestamp.max.tz_localize('US/Pacific')

-- Docs: http://doc.pytest.org/en/latest/warnings.html
==================================================================================================================== 435 passed, 2 warnings in 2.29 seconds =====================================================================================================================