From 1ab94fbb9adec333a772481c667b3093b5ad08b5 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Wed, 18 Apr 2018 21:13:25 +0200 Subject: [PATCH] Fix more tests expecting little-endian As in #14832, use = (native) instead of < (little-endian) --- pandas/tests/dtypes/test_cast.py | 4 ++-- pandas/tests/frame/test_convert_to.py | 2 +- pandas/tests/indexes/period/test_formats.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandas/tests/dtypes/test_cast.py b/pandas/tests/dtypes/test_cast.py index 590f28b275aec..20cd8b43478d2 100644 --- a/pandas/tests/dtypes/test_cast.py +++ b/pandas/tests/dtypes/test_cast.py @@ -191,9 +191,9 @@ def testinfer_dtype_from_scalar_errors(self): (pd.Categorical(list('aabc')), 'category', True), (pd.Categorical([1, 2, 3]), 'category', True), (Timestamp('20160101'), np.object_, False), - (np.datetime64('2016-01-01'), np.dtype('