mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
imports are not tested
This commit is contained in:
parent
6437674ca8
commit
ca07c5f12c
@ -21,7 +21,7 @@ class PluginAppConfig(AppConfig):
|
||||
def ready(self):
|
||||
if settings.PLUGINS_ENABLED:
|
||||
|
||||
if isImportingData():
|
||||
if isImportingData(): # pragma: no cover
|
||||
logger.info('Skipping plugin loading for data import')
|
||||
else:
|
||||
logger.info('Loading InvenTree plugins')
|
||||
|
Loading…
Reference in New Issue
Block a user