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 d17e1f0 commit 393c8edCopy full SHA for 393c8ed
pandas/tests/io/parser/parse_dates.py
@@ -365,7 +365,7 @@ def test_parse_tz_aware(self):
365
assert stamp.minute == 39
366
try:
367
assert result.index.tz is pytz.utc
368
- except AssertionError: # hello Yaroslav
+ except AssertionError:
369
arr = result.index.to_pydatetime()
370
result = tools.to_datetime(arr, utc=True)[0]
371
assert stamp.minute == result.minute
0 commit comments