Skip to content

Commit 3ec0fe1

Browse files
committed
Merge pull request #8099 from sinhrks/gh7993
TST: Fix timezone test to avoit dateutil issue
2 parents b82a4e6 + ca6ec85 commit 3ec0fe1

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)