Another fix for test_ignores

This commit is contained in:
Simon Conseil
2018-09-05 17:38:07 +02:00
parent 5b37e6b1e3
commit 705e41a908

View File

@@ -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()