Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-08-23 19:55:40 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-08-24 10:46:41 +0300
commit8031f36261df03d380a3aeb9fe52ec8bc54bacd9 (patch)
treed28e9fe65ad968c3dfa323ec571ee596bd4c065f /tests
parent2960630b7bb2c5a131cce7b86fbd55bfa94cb369 (diff)
Tests: Ignore preview render script in module loading tests
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_load_py_modules.py1
1 files changed, 1 insertions, 0 deletions
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