Skip to content

Commit d5bc1b6

Browse files
committed
Fix
1 parent 5219b3b commit d5bc1b6

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', '--root', '{{root_path}}']
113+
sys.argv = ['pip', 'install', 'pytest', '--target', '{{root_path}}']
114114
try:
115115
runpy.run_module('pip', run_name='__main__')
116116
except SystemExit as ex:

0 commit comments

Comments
 (0)