-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Flakey Test in CI - Unclosed File Handle #29514
Comments
Pretty interesting the warnings are only for .xlsx and .xlsm files, so maybe something with the openpyxl reader; would think .xls would show as well if it were xlrd |
I'm suffering from this too #28681 . what can I do to help? I want to help... but I don't know where to start. It would be nice if I can help something. |
https://travis-ci.org/pandas-dev/pandas/jobs/631970657?utm_medium=notification&utm_source=github_status Looks like this test is still an issue |
Also see |
Is this a blocker for 1.0 ? |
I don't think so. |
Don't think we've seen this in a while. Closable @alimcmaster1? |
Yeah can't see this test in any recent build failures - do see a different done though...
https://travis-ci.org/github/pandas-dev/pandas/jobs/677027259 Will try take a look |
Here's the smallest reproducer I could get for the unhanlded ResourceWarning pytest pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_read_s3_jsonl pandas/tests/io/json/test_pandas.py::TestPandasContainer::test_deprecate_numpy_argument_read_json No idea why those two are interacting like that. |
Just reporting that I've had this error three times today on Travis. https://travis-ci.org/github/pandas-dev/pandas/jobs/708801493
|
Seen this in a few pipelines today:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=20521
https://github.com/pandas-dev/pandas/runs/295247988
The text was updated successfully, but these errors were encountered: