2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

imports are not tested

This commit is contained in:
Matthias 2022-02-13 05:16:29 +01:00
parent 6437674ca8
commit ca07c5f12c
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -21,7 +21,7 @@ class PluginAppConfig(AppConfig):
def ready(self): def ready(self):
if settings.PLUGINS_ENABLED: if settings.PLUGINS_ENABLED:
if isImportingData(): if isImportingData(): # pragma: no cover
logger.info('Skipping plugin loading for data import') logger.info('Skipping plugin loading for data import')
else: else:
logger.info('Loading InvenTree plugins') logger.info('Loading InvenTree plugins')