Skip to content

Commit 2e77f97

Browse files
committed
The behaviour for no date has changed in a newer version of dateutil so remove this test - it's irelevant anyway
1 parent 856030a commit 2e77f97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cis/test/unit/test_parse_datetime.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ def test_that_can_parse_datetimestr_to_obj():
302302
convert_datetime_to_std_time(dt.datetime(2010, 12, now.day)))
303303
eq_(parse_datetimestr_to_std_time("2010-"),
304304
convert_datetime_to_std_time(dt.datetime(2010, now.month, now.day)))
305-
eq_(parse_datetimestr_to_std_time(""),
306-
convert_datetime_to_std_time(dt.datetime(now.year, now.month, now.day)))
307305

308306

309307
if __name__ == '__main__':

0 commit comments

Comments
 (0)