From df7afae826b56ec01169b5ce227c3c92e550b1ef Mon Sep 17 00:00:00 2001 From: Terji Petersen Date: Tue, 8 Nov 2022 12:41:50 +0000 Subject: [PATCH] intp --- pandas/tests/arrays/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/arrays/test_array.py b/pandas/tests/arrays/test_array.py index 9965267be85f0b..14ca7a61c50f5d 100644 --- a/pandas/tests/arrays/test_array.py +++ b/pandas/tests/arrays/test_array.py @@ -155,7 +155,7 @@ ( [pd.Interval(1, 2), pd.Interval(3, 4)], "interval", - IntervalArray.from_tuples([(1, 2), (3, 4)], dtype=np.int64), + IntervalArray.from_tuples([(1, 2), (3, 4)]), ), # Sparse ([0, 1], "Sparse[int64]", SparseArray([0, 1], dtype="int64")),