[Bf-blender-cvs] [ad21a6c2246] master: Fix script_load_modules test failure in power sequencer

Brecht Van Lommel noreply at git.blender.org
Sun Sep 8 15:17:22 CEST 2019


Commit: ad21a6c2246185f9fe42968434035dfaed0b434d
Author: Brecht Van Lommel
Date:   Sun Sep 8 15:16:07 2019 +0200
Branches: master
https://developer.blender.org/rBad21a6c2246185f9fe42968434035dfaed0b434d

Fix script_load_modules test failure in power sequencer

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

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 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"),
 }



More information about the Bf-blender-cvs mailing list