From 8b621d7a9a4a0ad4f3588e819eb037c70d48794f Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 6 May 2024 15:40:53 +0200 Subject: [PATCH] Revert accidental change --- tests/testing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testing.py b/tests/testing.py index 0e28931d..5ad64990 100644 --- a/tests/testing.py +++ b/tests/testing.py @@ -43,7 +43,6 @@ def setup_class(cls): @classmethod def teardown_class(cls): - return rmtree(join(cls.docs_dir, "_build")) def _file_contents(self, filename):