diff --git a/common/test/acceptance/tests/__init__.py b/common/test/acceptance/tests/__init__.py index cd2bd44cf3..1d505cb4e6 100644 --- a/common/test/acceptance/tests/__init__.py +++ b/common/test/acceptance/tests/__init__.py @@ -4,6 +4,7 @@ import logging LOG_OVERRIDES = [ ('requests.packages.urllib3.connectionpool', logging.ERROR), ('django.db.backends', logging.ERROR), + ('stevedore.extension', logging.ERROR), ] for log_name, log_level in LOG_OVERRIDES: