From d60569b6d6ffe7dafb40cda4d85038e0bad4d5c9 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Sun, 3 Apr 2022 13:35:40 -0700 Subject: [PATCH] Quiets the pytest output --- src/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index 463d30931..40ae9f1f1 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -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