Skip to content

TST: please skip tests needing up-to-date xlrd #3897

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
yarikoptic opened this issue Jun 13, 2013 · 1 comment · Fixed by #3898
Closed

TST: please skip tests needing up-to-date xlrd #3897

yarikoptic opened this issue Jun 13, 2013 · 1 comment · Fixed by #3898
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@yarikoptic
Copy link
Contributor

======================================================================
ERROR: test_excel_010_hemstring (pandas.io.tests.test_excel.ExcelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/tests/test_excel.py", line 836, in test_excel_010_hemstring
    res = roundtrip(df)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/tests/test_excel.py", line 826, in roundtrip
    xf = pd.ExcelFile(path)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/excel.py", line 65, in __init__
    raise ImportError("pandas requires xlrd >= 0.9.0 for excel support, current version "+xlrd.__VERSION__)
ImportError: pandas requires xlrd >= 0.9.0 for excel support, current version 0.6.1


======================================================================
ERROR: test_to_excel (pandas.tests.test_panel.TestPanel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/tests/test_panel.py", line 1378, in test_to_excel
    reader = ExcelFile(path)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/excel.py", line 65, in __init__
    raise ImportError("pandas requires xlrd >= 0.9.0 for excel support, current version "+xlrd.__VERSION__)
ImportError: pandas requires xlrd >= 0.9.0 for excel support, current version 0.6.1
@jreback
Copy link
Contributor

jreback commented Jun 13, 2013

easy

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.

2 participants