-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ResourceWarning during collection #5342
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
Labels
Comments
Is this with coverage? I'm seeing similar things in pre-commit: nedbat/coveragepy#807 |
No, that was not with coverage (just |
The interesting part about nedbat/coveragepy#807 is also that you're able to catch the ResourceWarnings there, isn't it? |
Closing as likely being a duplicate of #5317. |
vuno-bmkim
pushed a commit
to vuno-bmkim/importlib_metadata
that referenced
this issue
Sep 16, 2019
pypy3 has a file-descriptor leak with `open('directory')` which `zipp.Path(...)` triggers. This preempts passing a directory and tickling that. More information: - https://bitbucket.org/pypy/pypy/issues/3021/ioopen-directory-leaks-a-file-descriptor - nedbat/coveragepy#807 - pytest-dev/pytest#5342
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Using pypy3 I see this reliably (
tox -e pypy3 -- -m 'not slow'
):Not on master, and only with
usedevelop = true
.The text was updated successfully, but these errors were encountered: