Skip to content

Commit

Permalink
Allow errors in YAML test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 1, 2019
1 parent 617c94e commit b20fd06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b20fd06

Please sign in to comment.