From f7dd9d769e8ddac8b0399b4ab4ed115c8952838d Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 20 Feb 2020 10:11:17 +0100 Subject: [PATCH] [FIX][12.0] database_cleanup: Mute logger on tests --- database_cleanup/tests/test_database_cleanup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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([