-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: fail test suite on ResourceWarnings #13962
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
Comments
cc @agraboso |
I just tried simply adding For example, reverting this change results in
The same thing happens if the responsibility of closing some handle belongs to the test code itself instead of the tested code. For example, commenting out this line gives
in |
hmm, if what if you do it in |
Same thing. |
hmm ok well if can think of a way to make this error would be great! |
It's July 2018, and I have unrelated
And sometimes they just fail the build without a test failure (see e.g. https://travis-ci.org/pandas-dev/pandas/jobs/403903274)
Thought that this might be the right issue, hopefully. |
see comments here
should just require a setting in
pandas.util.testing.TestCase.setUpClass
to set when the suite is running.The text was updated successfully, but these errors were encountered: