Skip to content

Commit 5e193e3

Browse files
committed
ignore py2.7 deprecation warning
1 parent d11efd4 commit 5e193e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ before_test:
179179
- ps: |
180180
181181
cd ${Env:APPVEYOR_BUILD_FOLDER}\tests
182+
$env:PYTHONWARNINGS = "ignore:::pip._internal.cli.base_command"
182183
&"${Env:PYTHON}/python.exe" -m pip install --user (ls "../dist/opencv_*.whl")
183184
if ($LastExitCode -ne 0) {throw $LastExitCode}
184185

0 commit comments

Comments
 (0)