Skip to content

TST: yahoo retrieve tests failure #7648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jreback opened this issue Jul 2, 2014 · 0 comments · Fixed by #7665
Closed

TST: yahoo retrieve tests failure #7648

jreback opened this issue Jul 2, 2014 · 0 comments · Fixed by #7665
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jul 2, 2014

cc @dstephens99

prob just need to protect these a bit

here as well: https://travis-ci.org/jreback/pandas/jobs/28958102

======================================================================
ERROR: test_get_all_data (pandas.io.tests.test_data.TestYahooOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-2.7\pandas\util\testing.py", line 1337, in wrapper
    return t(*args, **kwargs)
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-2.7\pandas\io\tests\test_data.py", line 307, in test_get_all_data
    data = self.aapl.get_all_data(put=True)
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-2.7\pandas\io\data.py", line 1095, in get_all_data
    months = self._get_expiry_months()
  File "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win32-2.7\pandas\io\data.py", line 1130, in _get_expiry_months
    links = root.xpath('.//*[@id="yfncsumtab"]')[0].xpath('.//a')
IndexError: list index out of range

----------------------------------------------------------------------
Ran 6897 tests in 353.413s

FAILED (SKIP=315, errors=1)

C:\Users\Jeff Reback\Documents\GitHub\pandas>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant