Skip to content

Commit a7a7b5b

Browse files
committed
regex escape #1479 (comment)
1 parent c9b22a7 commit a7a7b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_interpolate() -> None:
156156
def test_interpolate_inplace() -> None:
157157
with pytest_warns_bounded(
158158
Pandas4Warning,
159-
"The 'inplace' keyword in DatetimeIndexResampler.interpolate is deprecated and will be removed in a future version. resample(...).interpolate is never inplace.",
159+
r"The 'inplace' keyword in DatetimeIndexResampler.interpolate is deprecated and will be removed in a future version. resample\(...\).interpolate is never inplace.",
160160
lower="2.99",
161161
):
162162
check(

0 commit comments

Comments
 (0)