We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1936c94 commit e56ff71Copy full SHA for e56ff71
lib/matplotlib/tests/test_backend_pgf.py
@@ -95,7 +95,7 @@ def test_xelatex():
95
@pytest.mark.skipif(not _has_tex_package('ucs'), reason='needs ucs.sty')
96
@pytest.mark.backend('pgf')
97
@image_comparison(['pgf_pdflatex.pdf'], style='default',
98
- tol=11.7 if _old_gs_version else 0)
+ tol=11.71 if _old_gs_version else 0)
99
def test_pdflatex():
100
if os.environ.get('APPVEYOR'):
101
pytest.xfail("pdflatex test does not work on appveyor due to missing "
0 commit comments