From 5712d35cea294097cacc8c1e5253655c0a7eb3f2 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 24 Apr 2018 20:09:20 +0100 Subject: [PATCH] fix_big-endian_tests Gbp-Pq: Name fix_big-endian_tests.patch --- pandas/tests/dtypes/test_cast.py | 4 ++-- pandas/tests/dtypes/test_common.py | 4 ++-- pandas/tests/frame/test_convert_to.py | 2 +- pandas/tests/indexes/period/test_formats.py | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pandas/tests/dtypes/test_cast.py b/pandas/tests/dtypes/test_cast.py index 491de261..0b425a08 100644 --- a/pandas/tests/dtypes/test_cast.py +++ b/pandas/tests/dtypes/test_cast.py @@ -189,9 +189,9 @@ class TestInferDtype(object): (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('