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
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-07 18:50:47 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-07 18:50:47 +0300
commitad60283bc87ff85332bdfe46a8db06fb1ad03de2 (patch)
tree68cf0b21eb559361b853d9c7873c14ff6eb75ef8 /tests/python/render_layer/test_move_into_scene_collection_sync_j.py
parent6cf3fa9ff0b697dc9efeec8578e3341434b6a9ce (diff)
No more need to alter sys.path in each and every render_layer unit test.
I tried the clean way, by setting the PYTHONPATH environment variable for CTest, using SET (CTEST_ENVIRONMENT blablab), but that didn't seem to work.
Diffstat (limited to 'tests/python/render_layer/test_move_into_scene_collection_sync_j.py')
-rw-r--r--tests/python/render_layer/test_move_into_scene_collection_sync_j.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/render_layer/test_move_into_scene_collection_sync_j.py b/tests/python/render_layer/test_move_into_scene_collection_sync_j.py
index 4075a0bc249..5f3de6b095d 100644
--- a/tests/python/render_layer/test_move_into_scene_collection_sync_j.py
+++ b/tests/python/render_layer/test_move_into_scene_collection_sync_j.py
@@ -6,7 +6,6 @@ import unittest
import os
import sys
-sys.path.append(os.path.dirname(__file__))
from render_layer_common import *