From 65a9d0013d202447dd76a9cb3c939aa5c9d23da3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 6 May 2021 12:26:25 +0200 Subject: [PATCH] Removed unused TestHashedFiles._max_post_process_passes. Unused since f1894bae3071da4ee577fc40ae61491f3e03d82c --- tests/staticfiles_tests/test_storage.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/staticfiles_tests/test_storage.py b/tests/staticfiles_tests/test_storage.py index c6e2c48d93..6c877a271a 100644 --- a/tests/staticfiles_tests/test_storage.py +++ b/tests/staticfiles_tests/test_storage.py @@ -27,14 +27,9 @@ def hashed_file_path(test, path): class TestHashedFiles: hashed_file_path = hashed_file_path - def setUp(self): - self._max_post_process_passes = storage.staticfiles_storage.max_post_process_passes - super().setUp() - def tearDown(self): # Clear hashed files to avoid side effects among tests. storage.staticfiles_storage.hashed_files.clear() - storage.staticfiles_storage.max_post_process_passes = self._max_post_process_passes def assertPostCondition(self): """