Skip to content

Commit 7411ce8

Browse files
committed
test(str.replace): skip if pyarrow isn't installed
1 parent e714f58 commit 7411ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/strings/test_find_replace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ def test_pyarrow_ambiguous_group_references(pyarrow_string_dtype, pattern, repl)
696696
),
697697
],
698698
)
699+
@td.skip_if_no("pyarrow")
699700
def test_pyarrow_backend_group_replacement(pattern, repl, expected_list):
700701
ser = Series(["var.one[0]", "var.two[1]", "var.three[2]"]).convert_dtypes(
701702
dtype_backend="pyarrow"

0 commit comments

Comments
 (0)