There was an error while loading. Please reload this page.
1 parent eb47d93 commit 9d20e31Copy full SHA for 9d20e31
test/common_utils.py
@@ -35,7 +35,6 @@
35
@contextlib.contextmanager
36
def get_tmp_dir(src=None, **kwargs):
37
with tempfile.TemporaryDirectory(
38
- ignore_cleanup_errors=False, # todo remove this line once we find why in windows it is not deleting the temp dir
39
**kwargs,
40
) as tmp_dir:
41
if src is not None:
0 commit comments