From: Debian Science Team Date: Tue, 24 Apr 2018 19:09:20 +0000 (+0100) Subject: fix_big-endian_tests X-Git-Tag: archive/raspbian/0.22.0-6+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5712d35cea294097cacc8c1e5253655c0a7eb3f2;p=pandas.git fix_big-endian_tests Gbp-Pq: Name fix_big-endian_tests.patch --- 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('