github-actions: removing unsupported parameter

I don't understand what the "-n auto" parameter does, pytest doesn't either
(in the version installed) - so removing it to see if that produces something
usable.
This commit is contained in:
Mark Schmitt 2021-01-02 11:27:38 +01:00
parent 4684d19953
commit 376efcde27

View File

@ -3,7 +3,7 @@ exclude = migrations, paperless/settings.py, .tox, */tests/*
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html -n auto
addopts = --pythonwarnings=all --cov --cov-report=html
env =
PAPERLESS_DISABLE_DBHANDLER=true