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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-07-14 10:53:20 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-07-14 10:53:27 +0300
commit0f793ee6060301ad97e8c4c1ffe8f0913fc990ea (patch)
treebbd344d3873edc8e12902280ed1101a39a0dd560 /tests
parentc9817c67fc141ca85a6e1f9e42d9fa081ede38c7 (diff)
Fix unit test error on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_load_py_modules.py2
1 files changed, 1 insertions, 1 deletions
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`.