====================================================================== FAIL: test_round_trip_frame_sep (pandas.io.tests.test_clipboard.TestClipboard) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ejm/Projects/pandas/pandas/io/tests/test_clipboard.py", line 73, in test_round_trip_frame_sep self.check_round_trip_frame(dt, sep=',') File "/Users/ejm/Projects/pandas/pandas/io/tests/test_clipboard.py", line 69, in check_round_trip_frame tm.assert_frame_equal(data, result, check_dtype=False) File "/Users/ejm/Projects/pandas/pandas/util/testing.py", line 1128, in assert_frame_equal right.columns)) File "/Users/ejm/Projects/pandas/pandas/util/testing.py", line 915, in raise_assert_detail raise AssertionError(msg) AssertionError: DataFrame are different DataFrame shape (number of columns) are different [left]: 2, Index([u'en', u'es'], dtype='object') [right]: 0, Index([], dtype='object') ====================================================================== FAIL: test_set_locale (pandas.tools.tests.test_util.TestLocaleUtils) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ejm/Projects/pandas/pandas/tools/tests/test_util.py", line 90, in test_set_locale self.assertEqual(current_locale, CURRENT_LOCALE) AssertionError: Tuples differ: ('en_GB', 'UTF-8') != (None, None) First differing element 0: en_GB None - ('en_GB', 'UTF-8') + (None, None) ---------------------------------------------------------------------- Ran 8818 tests in 172.534s FAILED (SKIP=668, failures=2)