From 4868f563cb07d0356017437adfce797e04016c4c Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Fri, 23 Dec 2022 00:26:00 +0100 Subject: [PATCH] add matplotlib to the list of warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I validated #1090 even though I created this file. Gallery images are effectively not build during tests but we need to add the new missing image to the list to avoid failure of ALL downstream tests 😄 --- tests/warning_list.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/warning_list.txt b/tests/warning_list.txt index 5eb2856bf..de75d19ca 100644 --- a/tests/warning_list.txt +++ b/tests/warning_list.txt @@ -16,6 +16,7 @@ WARNING: image file not readable: _static/gallery/feature-engine.png WARNING: image file not readable: _static/gallery/arviz.png WARNING: image file not readable: _static/gallery/sepal.png WARNING: image file not readable: _static/gallery/enoslib.png +WARNING: image file not readable: _static/gallery/matplotlib.png WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.count'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResult.index'. Check your autosummary_generate setting. WARNING: autosummary: stub file not found 'urllib.parse.DefragResultBytes.count'. Check your autosummary_generate setting.