-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
pypy and pypy3 Exception warnings upon closing #5317
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
That are quite a lot - have you checked older logs? I do not remember seeing that many, i.e. it might be a recent regression. |
I haven't... indeed I don't recall seeing so many |
Builds on master/features also started to fail: https://travis-ci.org/pytest-dev/pytest/branches |
https://travis-ci.org/pytest-dev/pytest/builds/537998957 (master-into-features PR) was OK, let's see how its merge comes out. |
As for the CI failures I suspect this is related to the lastest pluggy maybe?! (at least some failures I've looked at are related to entrypoint-related tests). /cc @asottile |
yes, master failures are expected releasing 4.6 or merging this will fix |
FYI, I am getting recent failures on |
Related to pytest-dev#5317
I found the root cause of this by the way:
the same thing is affecting pre-commit's CI as well :S |
Awesome. Can we remove pypy3 until there is some progress / fix in this regard? |
I agree. We should test it again when a new |
We get a lot of ignored exceptions when the interpreter closes:
At first glance it seems the capture plugin is not closing files properly.
The text was updated successfully, but these errors were encountered: