From bad2fce12452a15277b2495e05986962b0f7c43b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 Jul 2019 16:43:31 +0300 Subject: [PATCH] pytest.ini: Don't print captured output It makes the summary of passes and fails more annoying to read due to the lines being long and including newlines. I am actually not sure why this fixes it, though... See: https://pytest.readthedocs.io/en/latest/capture.html --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 0695cb3..2c57330 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -addopts= -rsxX -s -v --strict +addopts= -rsxX -s -v --strict --capture=sys filterwarnings = error::UserWarning