Skip to content

Commit

Permalink
ARROW-17030: [Python] Ensure that dtype mutation test works on s390x (a…
Browse files Browse the repository at this point in the history
…pache#13560)

Authored-by: Phillip Cloud <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
cpcloud authored Jul 9, 2022
1 parent d404c9c commit 73cdd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73cdd6a

Please sign in to comment.