Open
Description
What is your issue?
File roundtripping tests in test_distributed.py
don't use the roundtrip
context manager (thpugh one uses create_tmp_file
) so I don't think any created files are being cleaned up.
Example:
xarray/xarray/tests/test_distributed.py
Lines 91 to 119 in 09e467a