Quiets the pytest output

This commit is contained in:
Trenton Holmes 2022-04-03 13:35:40 -07:00 committed by Johann Bauer
parent 10b4b6e414
commit 7ace7bc9ed

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