Skip to content

Commit 16a6831

Browse files
committed
TST: using pytz instead of datetutil in test of test_resample_origin_with_day_freq_on_dst
1 parent bdd1656 commit 16a6831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/resample/test_datetime_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def test_resample_origin_with_tz():
848848

849849
def test_resample_origin_with_day_freq_on_dst():
850850
# GH 31809
851-
tz = "dateutil//usr/share/zoneinfo/America/Chicago"
851+
tz = "America/Chicago"
852852

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

0 commit comments

Comments
 (0)