-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ERR: excel styler tests failing recently #25351
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
Labels
IO Excel
read_excel, to_excel
Testing
pandas testing functions or related to the test suite
Unreliable Test
Unit tests that occasionally fail
Comments
I'm not seeing it. Under pandas-ci/pip I see errors in
test_terminal_unknown_dimensions
|
no on that CI look on the one i linked or just pull master and run the test (i installed latest openpyxl) |
Confused. I saw a different page when I clicked that. Might have put in an
extra click by accident
|
This corresponds to an openpyxl update (2.6.0).
It seems to affect the default styling of cells, at least in theory. Basic
outputs
I can't see any obvious correspondence to the openpyxl change log.
Many of the differences seem negligible in practice. I'm most concerned by
b (bold) differing from False to True.
The fact that the xlsxwriter test fails as well as openpyxl indicates that
some of this change happens in the openpyxl reader, rather than the writer.
I don't have time to delve in further now.
|
Dont think we've been seeing this test fail in the CI recently. Might have been a dependency bump that fixed this. Closing but we can reopen if we see it again |
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
Unreliable Test
Unit tests that occasionally fail
https://travis-ci.org/pandas-dev/pandas/jobs/494493327
xref @jnothman
The text was updated successfully, but these errors were encountered: