Skip to content

Commit c896221

Browse files
committed
Let context manager clean up
1 parent 0998301 commit c896221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upath/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def local_testdir(tempdir, clear_registry):
7474
yield str(Path(tempdir)).replace("\\", "/")
7575
else:
7676
yield tempdir
77-
shutil.rmtree(tempdir, ignore_errors=True)
77+
# shutil.rmtree(tempdir, ignore_errors=True)
7878

7979

8080
@pytest.fixture()

0 commit comments

Comments
 (0)