We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0998301 commit c896221Copy full SHA for c896221
upath/tests/conftest.py
@@ -74,7 +74,7 @@ def local_testdir(tempdir, clear_registry):
74
yield str(Path(tempdir)).replace("\\", "/")
75
else:
76
yield tempdir
77
- shutil.rmtree(tempdir, ignore_errors=True)
+ # shutil.rmtree(tempdir, ignore_errors=True)
78
79
80
@pytest.fixture()
0 commit comments