1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Allow errors in YAML test outputs

This commit is contained in:
Pradyun Gedam 2019-10-01 11:24:21 +05:30
parent 617c94e57b
commit b20fd061c4
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -57,6 +57,8 @@ def handle_install_request(script, requirement):
"install",
"--no-index", "--find-links", path_to_url(script.scratch_path),
requirement, "--verbose",
allow_stderr_error=True,
allow_stderr_warning=True,
)
retval = {