]> git.phdru.name Git - ppu.git/blobdiff - tests/ppu_tu.py
CI(GHActions): Teardown harder
[ppu.git] / tests / ppu_tu.py
index 1ce2b64fd040dc196dbf051c07c7156bdec879d7..94de246c490c64bcf09da304e1cb6c8f9095f62c 100644 (file)
@@ -15,7 +15,7 @@ def setup():
 
 def teardown():
     os.chdir(os.sep)  # To the root of the FS
-    shutil.rmtree(tmp_dir)
+    shutil.rmtree(tmp_dir, ignore_errors=True)
 
 
 def find_in_path(name):