Skip to content

Commit

Permalink
test: windows tempdir rm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Dec 18, 2024
1 parent 8845537 commit a425f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/test_eoproduct_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ def test_to_xarray_local(self):
for key, value in xarray_dict.items():
self.assertIn(Path(key).suffix, {".nc", ".jp2"})
self.assertIsInstance(value, xr.Dataset)

for ds in xarray_dict.values():
ds.close()

0 comments on commit a425f95

Please sign in to comment.