]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Quiets the pytest output
authorTrenton Holmes <holmes.trenton@gmail.com>
Sun, 3 Apr 2022 20:35:40 +0000 (13:35 -0700)
committerJohann Bauer <bauerj@bauerj.eu>
Mon, 4 Apr 2022 15:59:37 +0000 (17:59 +0200)
src/setup.cfg

index 463d30931254b5e0048d82b3b8c9a35662334a65..40ae9f1f1bc722f1d500bc2c367ec66f1936962a 100644 (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