This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 73cdd6a59b ARROW-17030: [Python] Ensure that dtype mutation test works
on s390x (#13560)
73cdd6a59b is described below
commit 73cdd6a59b52781cc43e097ccd63ac36f705ee2e
Author: Phillip Cloud <[email protected]>
AuthorDate: Sat Jul 9 09:51:01 2022 -0400
ARROW-17030: [Python] Ensure that dtype mutation test works on s390x
(#13560)
Authored-by: Phillip Cloud <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
python/pyarrow/tests/test_pandas.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/pyarrow/tests/test_pandas.py
b/python/pyarrow/tests/test_pandas.py
index d3cc7fd063..ed872bc58b 100644
--- a/python/pyarrow/tests/test_pandas.py
+++ b/python/pyarrow/tests/test_pandas.py
@@ -4476,7 +4476,7 @@ def test_threaded_pandas_import():
def test_does_not_mutate_timedelta_dtype():
- expected = np.dtype('<m8')
+ expected = np.dtype('m8')
assert np.dtype(np.timedelta64) == expected