From d321667b043cfac5c12e618b211e1df73dd6f0c8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 16 Oct 2021 23:59:02 +0100 Subject: dev-python/matplotlib: increase tolerance for test Closes: https://bugs.gentoo.org/786834 Closes: https://bugs.gentoo.org/738884 Signed-off-by: Sam James --- .../matplotlib/files/matplotlib-3.4.3-test-extra.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dev-python/matplotlib/files') diff --git a/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch b/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch index 3f76705745df..cf641ff753ef 100644 --- a/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch +++ b/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch @@ -23,3 +23,16 @@ index 55e375311..684f38fb7 100644 -- 2.32.0 +diff --git a/lib/matplotlib/tests/test_image.py b/lib/matplotlib/tests/test_image.py +index c635564..4352942 100644 +--- a/lib/matplotlib/tests/test_image.py ++++ b/lib/matplotlib/tests/test_image.py +@@ -872,7 +872,7 @@ def test_imshow_endianess(): + + + @image_comparison(['imshow_masked_interpolation'], +- tol=0 if platform.machine() == 'x86_64' else 0.01, ++ tol=0.01, + remove_text=True, style='mpl20') + def test_imshow_masked_interpolation(): + -- cgit v1.2.3