From 9e21313bd8990e918e0b58654672f342a391eb35 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Tue, 14 Jul 2020 15:25:01 +0300 Subject: [PATCH] ignore warning --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0a6e47f..46ea008 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -148,7 +148,7 @@ before_test: cd ${Env:APPVEYOR_BUILD_FOLDER}\tests $env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command" - &"${Env:PYTHON}/python.exe" -m pip install --user (ls "../dist/opencv_*.whl") + &"${Env:PYTHON}/python.exe" -m pip install --user --no-warn-script-location (ls "../dist/opencv_*.whl") if ($LastExitCode -ne 0) {throw $LastExitCode} test_script: -- GitLab