Skip to content

Commit d202057

Browse files
remove pyarrow skip
1 parent f424a62 commit d202057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/indexes/object/test_indexing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import pytest
55

66
from pandas._libs.missing import is_matching_na
7-
import pandas.util._test_decorators as td
87

98
from pandas import Index
109
import pandas._testing as tm
@@ -63,7 +62,6 @@ def test_get_indexer_with_NA_values(
6362
expected = np.array([0, 1, -1], dtype=np.intp)
6463
tm.assert_numpy_array_equal(result, expected)
6564

66-
@td.skip_if_no("pyarrow")
6765
def test_get_indexer_infer_string_missing_values(self):
6866
# ensure the passed list is not cast to string but to object so that
6967
# the None value is matched in the index

0 commit comments

Comments
 (0)