I run pytest with option -q.
-q
Unfortunately this prints out a lot of dots. Example:
.....................................................
Using my plugin pytest-custom-report you can easily suppress those dots by using an empty-string marker for the report.
pip install pytest-custom-report pytest -q --report-passed=""