do not load external plugins for tests

This commit is contained in:
Matthias 2021-10-17 19:32:06 +02:00
parent 171a6d7a4d
commit d3a4aede29
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -736,10 +736,10 @@ MARKDOWNIFY_BLEACH = False
# Plugins
PLUGIN_URL = 'plugin'
PLUGIN_DIRS = [
'plugin.builtin',
'plugins',
]
PLUGIN_DIRS = ['plugin.builtin', ]
if not TESTING:
PLUGIN_DIRS.append('plugins')
# load samples if in debug mode
if DEBUG or TESTING: