We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b70f33 commit fedc30aCopy full SHA for fedc30a
tests/yup_python/yup_ScriptPython.cpp
@@ -102,6 +102,7 @@ TEST_F (ScriptPythonTest, RunPythonTests)
102
import sys
103
104
sys.path.append('{{root_path}}/lib/python{{version}}/site-packages')
105
+ sys.path.append('{{root_path}}/local/lib/python{{version}}/site-packages')
106
107
package = 'pytest'
108
@@ -117,11 +118,6 @@ TEST_F (ScriptPythonTest, RunPythonTests)
117
118
finally:
119
sys.argv = old_argv
120
- os.system('ls -la {{root_path}}')
121
- os.system('ls -la {{root_path}}/lib')
122
- os.system('ls -la {{root_path}}/lib/python{{version}}')
123
- os.system('ls -la {{root_path}}/lib/python{{version}}/site-packages')
124
-
125
import pytest
126
127
pytest.main(['-x', '{{test_path}}', '-vvv'])
0 commit comments