-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
tests: fix "FD leakage detected" / turn --lsof into error again #3879
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
This breaks builds over things we have no control over |
Btw we already configure to error on warnings, it is just that we put some of them that we don't have control over in a whitelist in |
Just noticed that there are likely more with pypy due to the garbage collector being called explicitly?! |
@nicoddemus |
Ok, |
There are some "FD leakage detected" errors in builds, and pypy appears to has a lot of them: https://travis-ci.org/pytest-dev/pytest/jobs/420632250#L658
I think CI should fail (at least in one job) in case this happens, i.e. on any warning.
The text was updated successfully, but these errors were encountered: