From 7c72a4fc56d0a3acb93da0b8c89cbdcf3a7ec75f Mon Sep 17 00:00:00 2001 From: Jean Bredeche Date: Thu, 19 Jan 2017 20:43:48 -0500 Subject: [PATCH] BUG: fix a py3 invalid char --- tests/test_bar_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bar_data.py b/tests/test_bar_data.py index 67523f17..d38f1fbd 100644 --- a/tests/test_bar_data.py +++ b/tests/test_bar_data.py @@ -221,7 +221,7 @@ class TestMinuteBarData(WithCreateBarData, # some other non-market-minute three_oh_six_am_minutes = days_at_time( self.equity_minute_bar_days, - time(3, 06), + time(3, 6), "US/Eastern" )