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`.