Skip to content

Commit 9f92194

Browse files
committed
Test fixup
1 parent 4168594 commit 9f92194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/series/methods/test_replace.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import numpy as np
44
import pytest
55

6+
import pandas.util._test_decorators as td
7+
68
import pandas as pd
79
import pandas._testing as tm
810
from pandas.core.arrays import IntervalArray
@@ -717,6 +719,7 @@ def test_replace_all_NA(self):
717719
tm.assert_series_equal(result, expected)
718720

719721

722+
@td.skip_if_no("pyarrow")
720723
def test_replace_from_index():
721724
# https://github.com/pandas-dev/pandas/issues/61622
722725
idx = pd.Index(["a", "b", "c"], dtype="string[pyarrow]")

0 commit comments

Comments
 (0)