Skip to content

Commit 9d20e31

Browse files
committed
cleanup: remove ignore_cleanup_error args.
1 parent eb47d93 commit 9d20e31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/common_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
@contextlib.contextmanager
3636
def get_tmp_dir(src=None, **kwargs):
3737
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
3938
**kwargs,
4039
) as tmp_dir:
4140
if src is not None:

0 commit comments

Comments
 (0)