Skip to content

Commit 80ecde4

Browse files
authored
CI fix test parsing (#51113)
fix test parsing Co-authored-by: MarcoGorelli <>
1 parent 3b94119 commit 80ecde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tslibs/test_parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_parsing_tzlocal_deprecated():
3232
assert isinstance(res.tzinfo, tzlocal)
3333

3434
with tm.assert_produces_warning(FutureWarning, match=msg):
35-
res = parsing.parse_datetime_string(dtstr)
35+
res = parsing.py_parse_datetime_string(dtstr)
3636
assert isinstance(res.tzinfo, tzlocal)
3737

3838

0 commit comments

Comments
 (0)