Skip to content

Commit 5219b3b

Browse files
committed
Add more to path
1 parent 7f27a06 commit 5219b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/yup_python/yup_ScriptPython.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ TEST_F (ScriptPythonTest, RunPythonTests)
101101
import runpy
102102
import sys
103103
104+
sys.path.append('{{root_path}}')
104105
sys.path.append('{{root_path}}/lib/python{{version}}/site-packages')
105106
106107
package = 'pytest'

0 commit comments

Comments
 (0)