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 9e21313

Browse filesBrowse files
committed
ignore warning
1 parent 43adb25 commit 9e21313
Copy full SHA for 9e21313

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appveyor.yml

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