Increase pytest verbosity by radarhere · Pull Request #9040 · python-pillow/Pillow

In discussing the difference between pytest -v and pytest -vv with regards to checking iOS wheels, @freakboy3742 said

In case of success, there's no real difference; but in case of failure, -vv will sometimes include failure context (such as complete diffs) that is truncated by -v. If we can put the full context in the logs, why not do so?

I'm interested in consistency, so if that argument holds for testing iOS wheels, then why not everywhere else as well?

You can read about the effect at https://docs.pytest.org/en/stable/how-to/output.html#verbosity