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 = {