From b20fd061c4ddc21baafc0ec06412c5e3ef5cf37f Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 1 Oct 2019 11:24:21 +0530 Subject: [PATCH] Allow errors in YAML test outputs --- tests/functional/test_yaml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/test_yaml.py b/tests/functional/test_yaml.py index c95bb237f..eab11e2a4 100644 --- a/tests/functional/test_yaml.py +++ b/tests/functional/test_yaml.py @@ -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 = {