From 7a1affd8906905714d53190c4be35ba3843cdd0c Mon Sep 17 00:00:00 2001 From: Nitin Madnani Date: Mon, 1 Mar 2021 15:53:31 -0500 Subject: [PATCH] Update rsmtool/test_utils.py Co-authored-by: Anastassia Loukina --- rsmtool/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rsmtool/test_utils.py b/rsmtool/test_utils.py index afd4c4805..f86ae0181 100644 --- a/rsmtool/test_utils.py +++ b/rsmtool/test_utils.py @@ -798,6 +798,7 @@ def check_report(html_file, m_warning = html_warning_regexp.search(line) if m_warning: warning_text = m_warning.group(1) + # we do not want to flag matlplotlib font cache warning if not re.search(r'font\s*cache', warning_text, flags=re.IGNORECASE): report_warnings += 1