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 d11efd4 commit 5e193e3Copy full SHA for 5e193e3
appveyor.yml
@@ -179,6 +179,7 @@ before_test:
179
- ps: |
180
181
cd ${Env:APPVEYOR_BUILD_FOLDER}\tests
182
+ $env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
183
&"${Env:PYTHON}/python.exe" -m pip install --user (ls "../dist/opencv_*.whl")
184
if ($LastExitCode -ne 0) {throw $LastExitCode}
185
0 commit comments