diff --git a/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py b/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
index 9b2d4ed6f4416e73ac63084c3fb293ab2117b279..4593db4540ea8afa5f84129d151905a698800254 100644
--- a/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
+++ b/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
@@ -16,6 +16,7 @@ class MoveOutOfWayTest(AbstractCommandTest):
         )
 
     def tearDown(self):
+        super().tearDown()
         del self.tmpdir
 
     def test_nonexistant_source(self):