We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f27a06 commit 5219b3bCopy full SHA for 5219b3b
1 file changed
tests/yup_python/yup_ScriptPython.cpp
@@ -101,6 +101,7 @@ TEST_F (ScriptPythonTest, RunPythonTests)
101
import runpy
102
import sys
103
104
+ sys.path.append('{{root_path}}')
105
sys.path.append('{{root_path}}/lib/python{{version}}/site-packages')
106
107
package = 'pytest'
0 commit comments