diff --git a/database_cleanup/tests/test_database_cleanup.py b/database_cleanup/tests/test_database_cleanup.py index 9942efe6f..705b844f0 100644 --- a/database_cleanup/tests/test_database_cleanup.py +++ b/database_cleanup/tests/test_database_cleanup.py @@ -95,7 +95,8 @@ class TestDatabaseCleanup(TransactionCase): # reference to it original_registry = Registry.registries[self.env.cr.dbname] config.options['test_enable'] = False - purge_modules.purge_all() + with mute_logger('odoo.modules.graph', 'odoo.modules.loading'): + purge_modules.purge_all() config.options['test_enable'] = True # must be removed by the wizard self.assertFalse(self.env['ir.module.module'].search([