summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch13
1 files changed, 13 insertions, 0 deletions
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():
+