Skip to content

Commit ca6ec85

Browse files
committed
TST: Fix timezone test to avoit dateutil issue
1 parent 0fd7263 commit ca6ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/tests/test_tslib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_constructor_with_stringoffset(self):
138138

139139
def test_repr(self):
140140
dates = ['2014-03-07', '2014-01-01 09:00', '2014-01-01 00:00:00.000000001']
141-
timezones = ['UTC', 'Asia/Tokyo', 'US/Eastern', 'dateutil/US/Pacific']
141+
timezones = ['UTC', 'Asia/Tokyo', 'US/Eastern', 'dateutil/America/Los_Angeles']
142142
freqs = ['D', 'M', 'S', 'N']
143143

144144
for date in dates:

0 commit comments

Comments
 (0)