summaryrefslogtreecommitdiff
path: root/tests/test_setup_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r--tests/test_setup_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index 7bdd19010..f32d6abcd 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -49,7 +49,7 @@ def with_setup_command(root, *args, **kwds):
stderr=subprocess.PIPE)
func(pkgrootdir, proc, *args, **kwds)
finally:
- tempdir.rmtree()
+ tempdir.rmtree(ignore_errors=True)
os.chdir(cwd)
return deco
return generator