Revert "Fix tests that require the openid-connect app to be installed"
This reverts commit 1e572dc74addc9f4bf990c678849c06252f137dc.
This commit is contained in:
parent
1e572dc74a
commit
c8984321ea
@ -1,8 +0,0 @@
|
|||||||
from paperless.settings import * # noqa: F403
|
|
||||||
from paperless.settings import INSTALLED_APPS
|
|
||||||
|
|
||||||
INSTALLED_APPS.extend(
|
|
||||||
[
|
|
||||||
"allauth.socialaccount.providers.openid_connect",
|
|
||||||
],
|
|
||||||
)
|
|
@ -1,5 +1,5 @@
|
|||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE = paperless.settings_test
|
DJANGO_SETTINGS_MODULE = paperless.settings
|
||||||
addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --maxprocesses=16 --quiet --durations=50
|
addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --maxprocesses=16 --quiet --durations=50
|
||||||
env =
|
env =
|
||||||
PAPERLESS_DISABLE_DBHANDLER=true
|
PAPERLESS_DISABLE_DBHANDLER=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user