Skip to content

test.sh shows couple of failures on OSX 10.10.1 #9281

Closed
@tvyomkesh

Description

@tvyomkesh

Not sure if this is reproducible by others in their enviroment/platform but here is what I am seeing on my machine.


FAIL: test_now (pandas.tseries.tests.test_tslib.TestTimestamp)

Traceback (most recent call last):
File "/Users/tvyomkesh/pandas/pandas/tseries/tests/test_tslib.py", line 343, in test_now
self.assertTrue((ts_from_string_tz.tz_localize(None) - ts_from_string) < delta)
AssertionError: False is not true


FAIL: test_today (pandas.tseries.tests.test_tslib.TestTimestamp)

Traceback (most recent call last):
File "/Users/tvyomkesh/pandas/pandas/tseries/tests/test_tslib.py", line 359, in test_today
self.assertTrue((ts_from_string_tz.tz_localize(None) - ts_from_string) < delta)
AssertionError: False is not true


Ran 7309 tests in 500.577s
FAILED (SKIP=468, failures=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions