Skip to content

Commit

Permalink
TST: using pytz instead of datetutil in test of test_resample_origin_…
Browse files Browse the repository at this point in the history
…with_day_freq_on_dst
  • Loading branch information
hasB4K committed May 9, 2020
1 parent 5695ffb commit de6b477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/resample/test_datetime_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def test_resample_origin_with_tz():

def test_resample_origin_with_day_freq_on_dst():
# GH 31809
tz = "dateutil//usr/share/zoneinfo/America/Chicago"
tz = "America/Chicago"

def _create_series(values, timestamps, freq="D"):
return pd.Series(
Expand Down

0 comments on commit de6b477

Please sign in to comment.