Quiets the pytest output

This commit is contained in:
Trenton Holmes 2022-04-03 13:35:40 -07:00 committed by Johann Bauer
parent 501d225f93
commit d60569b6d6

View File

@ -7,7 +7,7 @@ max-line-length = 88
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html -n auto
addopts = --pythonwarnings=all --cov --cov-report=html --numprocesses auto --quiet
env =
PAPERLESS_DISABLE_DBHANDLER=true