From 8031f36261df03d380a3aeb9fe52ec8bc54bacd9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 23 Aug 2015 18:55:40 +0200 Subject: [PATCH] Tests: Ignore preview render script in module loading tests --- tests/python/bl_load_py_modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/bl_load_py_modules.py b/tests/python/bl_load_py_modules.py index d4285155000..5cd21058c99 100644 --- a/tests/python/bl_load_py_modules.py +++ b/tests/python/bl_load_py_modules.py @@ -32,6 +32,7 @@ import os BLACKLIST = { "bl_i18n_utils", + "bl_previews_utils", "cycles", "io_export_dxf", # TODO, check on why this fails 'io_import_dxf', # Because of cydxfentity.so dependency