Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e193e3

Browse filesBrowse files
committed
ignore py2.7 deprecation warning
1 parent d11efd4 commit 5e193e3
Copy full SHA for 5e193e3

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.