Skip to content

Commit 2ebbb3d

Browse files
committed
Try root
1 parent d169c6f commit 2ebbb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/yup_python/yup_ScriptPython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TEST_F (ScriptPythonTest, RunPythonTests)
110110
import pytest
111111
except ImportError:
112112
old_argv = [x for x in sys.argv]
113-
sys.argv = ['pip', 'install', 'pytest', '--prefix', '{{root_path}}']
113+
sys.argv = ['pip', 'install', 'pytest', '--root', '{{root_path}}']
114114
try:
115115
runpy.run_module('pip', run_name='__main__')
116116
except SystemExit as ex:

0 commit comments

Comments
 (0)