-
Notifications
You must be signed in to change notification settings - Fork 17
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
Deprecation warning for xlsx #345
Comments
@aloukina Can you point me to a situation where this happens. So far, I don't see it happening anywhere when I run the tests and I don't even see it happening when I open an IPython session and try to use |
@mulhod |
It's strange. I don't see any warnings when I run the tests. For example:
|
Would the deprecation warning be expected to show up in the CI build? https://travis-ci.org/EducationalTestingService/rsmtool/jobs/643938322?utm_medium=notification&utm_source=github_status I don't think I see them there either. |
@desilinguist Yes. I am:
|
This might be relevant: pandas-dev/pandas#28547 |
We are calling |
yeah, I realized that as soon as I posted and then deleted my message :) |
Closing because we are not seeing this warning in tests anymore. |
We get the following deprecation warning when using xlsx:
python3.7/site-packages/xlrd/xlsx.py:266: PendingDeprecationWarning: This method will be removed in future versions. Use 'tree.iter()' or 'list(tree.iter())' instead.
The text was updated successfully, but these errors were encountered: