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