From b31707a3d4d5a3a69ec245eb1a0147e7a592595a Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 14 Jan 2022 13:43:51 +0100 Subject: [PATCH] Fix build --- tests/test_gallery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_gallery.py b/tests/test_gallery.py index 3efc9aa..e6b228e 100644 --- a/tests/test_gallery.py +++ b/tests/test_gallery.py @@ -277,6 +277,7 @@ def test_medias_sort(settings): def test_gallery(settings, tmp_path, caplog): "Test the Gallery class." + caplog.set_level('ERROR') settings['destination'] = str(tmp_path) settings['user_css'] = str(tmp_path / 'my.css') settings['webm_options'] = ['-missing-option', 'foobar']