From 32b594e266ea9682aa3dc8dbaef57aa75d7b190d Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 22 Jul 2021 07:56:04 +0200 Subject: [PATCH] Backport PR #20710: Fix tests with Inkscape 1.1. --- lib/matplotlib/tests/test_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index ec4773d46532..f949a5ce4ab3 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -1370,7 +1370,7 @@ def test_markevery_line(): ax.legend() -@image_comparison(['markevery_linear_scales'], remove_text=True) +@image_comparison(['markevery_linear_scales'], remove_text=True, tol=0.001) def test_markevery_linear_scales(): cases = [None, 8,