From: Debian Science Team Date: Sun, 17 Jun 2018 16:01:16 +0000 (+0100) Subject: fix_big-endian_tests X-Git-Tag: archive/raspbian/0.25.3+dfsg2-2+rpi1~1^2^2^2^2^2^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=053b84b599e39258153f50d582420e53ed77f66b;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('