From: Wes McKinney Date: Thu, 12 Jul 2012 21:36:23 +0000 (-0400) Subject: BUG: fix duplicate index indexing problems close #1201 X-Git-Tag: archive/raspbian/0.19.2-5+rpi1~1^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e3fb444684a4504d56269d80124c7fceb8f6e803;p=pandas.git BUG: fix duplicate index indexing problems close #1201 Partially taken from 4406d37b71cc3303b40847010299534c03723651 Gbp-Pq: Name up_tag_yahoo_test_requiring_network --- diff --git a/pandas/io/tests/test_yahoo.py b/pandas/io/tests/test_yahoo.py index 9f123e01..1f10a860 100644 --- a/pandas/io/tests/test_yahoo.py +++ b/pandas/io/tests/test_yahoo.py @@ -7,13 +7,15 @@ import re import unittest import pandas.io.data as pd import nose +from pandas.util.testing import network class TestYahoo(unittest.TestCase): + @network def test_yahoo(self): - """asserts that yahoo is minimally working and that it throws - an excecption when DataReader can't get a 200 response from - yahoo """ + # asserts that yahoo is minimally working and that it throws + # an excecption when DataReader can't get a 200 response from + # yahoo start = datetime(2010,1,1) end = datetime(2012,1,24) self.assertEquals(