diff --git a/tests/test_compress_assets_plugin.py b/tests/test_compress_assets_plugin.py index 256be6a..683e914 100644 --- a/tests/test_compress_assets_plugin.py +++ b/tests/test_compress_assets_plugin.py @@ -12,6 +12,8 @@ CURRENT_DIR = os.path.dirname(__file__) def make_gallery(settings, tmpdir, method): settings['destination'] = str(tmpdir) + # Really speed up testing + settings['use_orig'] = True if "sigal.plugins.compress_assets" not in settings["plugins"]: settings['plugins'] += ["sigal.plugins.compress_assets"]