From 705e41a908e729ce827053173cf819e8a965ebe6 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 5 Sep 2018 17:38:07 +0200 Subject: [PATCH] Another fix for test_ignores --- tests/test_gallery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gallery.py b/tests/test_gallery.py index 04bea5d..d61f51a 100644 --- a/tests/test_gallery.py +++ b/tests/test_gallery.py @@ -268,7 +268,7 @@ def test_ignores(settings, tmpdir): tmp = str(tmpdir) settings['destination'] = tmp settings['ignore_directories'] = ['*test2', 'accentué'] - settings['ignore_files'] = ['dir2/Hubble*', '*.png'] + settings['ignore_files'] = ['dir2/Hubble*', '*.png', '*CMB_*'] gal = Gallery(settings, ncpu=1) gal.build()