Closed dholth closed 1 year ago
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.
No response
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