mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
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:
parent
4684d19953
commit
376efcde27
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue