do not load external plugins for tests
This commit is contained in:
parent
171a6d7a4d
commit
d3a4aede29
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue