Skip to content

Commit 9e21313

Browse files
committed
ignore warning
1 parent 43adb25 commit 9e21313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ before_test:
148148
149149
cd ${Env:APPVEYOR_BUILD_FOLDER}\tests
150150
$env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
151-
&"${Env:PYTHON}/python.exe" -m pip install --user (ls "../dist/opencv_*.whl")
151+
&"${Env:PYTHON}/python.exe" -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl")
152152
if ($LastExitCode -ne 0) {throw $LastExitCode}
153153
154154
test_script:

0 commit comments

Comments
 (0)