diff --git a/0001-Increase-tolerance-for-new-FreeType.patch b/0001-Increase-tolerance-for-new-FreeType.patch index 2dc6483..8ad03d8 100644 --- a/0001-Increase-tolerance-for-new-FreeType.patch +++ b/0001-Increase-tolerance-for-new-FreeType.patch @@ -1,4 +1,4 @@ -From 09d403da6d8134a35bba90b7554cfe502877de57 Mon Sep 17 00:00:00 2001 +From 09ea43429f1cce6dbd67f17f29cdba22414886c5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 26 Feb 2018 02:42:50 -0500 Subject: [PATCH] Increase tolerance for new FreeType. @@ -12,7 +12,7 @@ Signed-off-by: Elliott Sales de Andrade 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/lib/cartopy/tests/mpl/test_examples.py b/lib/cartopy/tests/mpl/test_examples.py -index 76f76d29..5eaeef08 100644 +index 76f76d29..e92035ca 100644 --- a/lib/cartopy/tests/mpl/test_examples.py +++ b/lib/cartopy/tests/mpl/test_examples.py @@ -34,7 +34,7 @@ def test_global_map(): @@ -20,7 +20,7 @@ index 76f76d29..5eaeef08 100644 @pytest.mark.mpl_image_compare( filename='contour_label.png', - tolerance=3.9 if MPL_VERSION.release[:2] >= (3, 8) else 0.5) -+ tolerance=10.4) ++ tolerance=11.1 if MPL_VERSION.release[:2] >= (3, 8) else 10.4) def test_contour_label(): from cartopy.tests.mpl.test_caching import sample_data fig = plt.figure()