We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3578104 commit 1e20ec9Copy full SHA for 1e20ec9
pandas/tests/tslibs/test_parsing.py
@@ -31,13 +31,9 @@
31
)
32
def test_parsing_tzlocal_deprecated():
33
# GH#50791
34
- msg = "|".join(
35
- [
36
- r"Parsing 'EST' as tzlocal \(dependent on system timezone\) "
37
- r"is no longer supported\. "
38
- "Pass the 'tz' keyword or call tz_localize after construction instead",
39
- ".*included an un-recognized timezone",
40
- ]
+ msg = (
+ "Parsing 'EST' as tzlocal.*"
+ "Pass the 'tz' keyword or call tz_localize after construction instead"
41
42
dtstr = "Jan 15 2004 03:00 EST"
43
0 commit comments