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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-08 16:16:07 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-08 16:17:06 +0300
commitad21a6c2246185f9fe42968434035dfaed0b434d (patch)
tree5d399afff9e4e49453b5562f36e51194671ae18a /tests
parentb6114c38496a87ea7eb6b46f975f8de68ed67d27 (diff)
Fix script_load_modules test failure in power sequencer
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_load_py_modules.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/bl_load_py_modules.py b/tests/python/bl_load_py_modules.py
index 3df0d6310dc..2252af7a02f 100644
--- a/tests/python/bl_load_py_modules.py
+++ b/tests/python/bl_load_py_modules.py
@@ -37,6 +37,8 @@ BLACKLIST = {
"io_export_dxf", # TODO, check on why this fails
'io_import_dxf', # Because of cydxfentity.so dependency
+ # Utility scripts not meant to be used as modules
+ os.path.join("power_sequencer", "scripts"),
# The unpacked wheel is only loaded when actually used, not directly on import:
os.path.join("io_blend_utils", "blender_bam-unpacked.whl"),
}