conda / conda-package-streaming

An efficient library to read from new and old format .conda and .tar.bz2 conda packages.
https://conda.github.io/conda-package-streaming/
Other
10 stars 9 forks source link

tests fail with "too many open files" on pypy #47

Closed dholth closed 1 year ago

dholth commented 1 year ago

Checklist

What happened?

Tests fail with "too many open files" on pypy, signaling that we rely on reference counting to close some files. Should update to always use with statements e.g.

Conda Info

No response

Conda Config

No response

Conda list

No response

Additional Context

No response