From b49c04c330455888656e215379d81ca9703019be Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Thu, 12 Apr 2018 09:32:25 +0200 Subject: [PATCH] Fix test__get_dtype test expecting little-endian Similar to #14832, use = (native) instead of < (little-endian) --- pandas/tests/dtypes/test_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/tests/dtypes/test_common.py b/pandas/tests/dtypes/test_common.py index 2960a12b133d2..edabc177535fc 100644 --- a/pandas/tests/dtypes/test_common.py +++ b/pandas/tests/dtypes/test_common.py @@ -570,8 +570,8 @@ def test_is_offsetlike(): (pd.CategoricalIndex(['a', 'b']), CategoricalDtype(['a', 'b'])), (CategoricalDtype(), CategoricalDtype()), (CategoricalDtype(['a', 'b']), CategoricalDtype()), - (pd.DatetimeIndex([1, 2]), np.dtype('