Skip to content

TST: fix excel tests when openpyxl is not installed #15209

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

Conversation

jorisvandenbossche
Copy link
Member

Some tests fail when you don't have openpyxl installed, so explicitly skipping those (they need it for certain exts because they write a frame in the test)

@jorisvandenbossche jorisvandenbossche added IO Excel read_excel, to_excel Testing pandas testing functions or related to the test suite labels Jan 24, 2017
@jreback
Copy link
Contributor

jreback commented Jan 24, 2017

+1 I thought I had fixed these........

@jorisvandenbossche
Copy link
Member Author

Is it worth to have a build without openpyxl for this?

@jorisvandenbossche
Copy link
Member Author

Although it should be a build without openpyxl, but with xlrd/xlwt, to have this surface, and it's also not a bug, only a testing thing, so probably not worth it

@jreback
Copy link
Contributor

jreback commented Jan 24, 2017

prob not worth it, but no objection if u want to change one (say 3.4_nslow)

@codecov-io
Copy link

Current coverage is 85.98% (diff: 100%)

Merging #15209 into master will decrease coverage by 0.01%

@@             master     #15209   diff @@
==========================================
  Files           140        140          
  Lines         51273      51272     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          44091      44085     -6   
- Misses         7182       7187     +5   
  Partials          0          0          

Powered by Codecov. Last update dc40058...f1cbe8f

@jreback jreback added this to the 0.20.0 milestone Jan 24, 2017
@jreback
Copy link
Contributor

jreback commented Jan 24, 2017

thanks!

@jreback jreback closed this in 9309eba Jan 24, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
Some tests fail when you don't have openpyxl installed, so explicitly
skipping those (they need it for certain exts because they write a
frame in the test)

Author: Joris Van den Bossche <[email protected]>

Closes pandas-dev#15209 from jorisvandenbossche/openpyxl-noimport and squashes the following commits:

f1cbe8f [Joris Van den Bossche] TST: fix excel tests when openpyxl is not installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Excel read_excel, to_excel Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants