summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-06 12:26:25 +0200
committerGitHub <noreply@github.com>2021-05-06 12:26:25 +0200
commit65a9d0013d202447dd76a9cb3c939aa5c9d23da3 (patch)
tree2f687b470bd3f713f5c455999949d0673120f011 /tests/staticfiles_tests
parent29779075d7f5e1a8cfe0933661d5255e2d7d3cbd (diff)
downloaddjango-65a9d0013d202447dd76a9cb3c939aa5c9d23da3.tar.gz
Removed unused TestHashedFiles._max_post_process_passes.
Unused since f1894bae3071da4ee577fc40ae61491f3e03d82c
Diffstat (limited to 'tests/staticfiles_tests')
-rw-r--r--tests/staticfiles_tests/test_storage.py5
1 files changed, 0 insertions, 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):
"""