Skip to content

Commit aa5aad8

Browse files
catch broader warning message
1 parent 1e20ec9 commit aa5aad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/tslibs/test_parsing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_parsing_tzlocal_deprecated():
3434
msg = (
3535
"Parsing 'EST' as tzlocal.*"
3636
"Pass the 'tz' keyword or call tz_localize after construction instead"
37+
"|Parsed string"
3738
)
3839
dtstr = "Jan 15 2004 03:00 EST"
3940

0 commit comments

Comments
 (0)