[Bf-blender-cvs] [0f793ee6060] master: Fix unit test error on Windows

Sybren A. Stüvel noreply at git.blender.org
Fri Jul 14 09:53:57 CEST 2017


Commit: 0f793ee6060301ad97e8c4c1ffe8f0913fc990ea
Author: Sybren A. Stüvel
Date:   Fri Jul 14 09:53:20 2017 +0200
Branches: master
https://developer.blender.org/rB0f793ee6060301ad97e8c4c1ffe8f0913fc990ea

Fix unit test error on Windows

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

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 4935491a6be..80933cd5b61 100644
--- a/tests/python/bl_load_py_modules.py
+++ b/tests/python/bl_load_py_modules.py
@@ -38,7 +38,7 @@ BLACKLIST = {
     'io_import_dxf',  # Because of cydxfentity.so dependency
 
     # The unpacked wheel is only loaded when actually used, not directly on import:
-    "io_blend_utils/blender_bam-unpacked.whl",
+    os.path.join("io_blend_utils", "blender_bam-unpacked.whl"),
     }
 
 # Some modules need to add to the `sys.path`.




More information about the Bf-blender-cvs mailing list