[Bf-blender-cvs] [8031f36] master: Tests: Ignore preview render script in module loading tests

Sergey Sharybin noreply at git.blender.org
Mon Aug 24 09:59:03 CEST 2015


Commit: 8031f36261df03d380a3aeb9fe52ec8bc54bacd9
Author: Sergey Sharybin
Date:   Sun Aug 23 18:55:40 2015 +0200
Branches: master
https://developer.blender.org/rB8031f36261df03d380a3aeb9fe52ec8bc54bacd9

Tests: Ignore preview render script in module loading tests

===================================================================

M	tests/python/bl_load_py_modules.py

===================================================================

diff --git a/tests/python/bl_load_py_modules.py b/tests/python/bl_load_py_modules.py
index d428515..5cd2105 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




More information about the Bf-blender-cvs mailing list