diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-13 07:13:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:57:30 +0200 |
commit | ecff87c0e0ef4a94784e41ab7c034addf7a60eaa (patch) | |
tree | 794e9319f24465e5ab0eac1cd668b460fe7f9dd1 /dev-python/matplotlib/files | |
parent | dev-python/websocket-client: Bump to 1.2.1 (diff) | |
download | gentoo-ecff87c0e0ef4a94784e41ab7c034addf7a60eaa.tar.gz gentoo-ecff87c0e0ef4a94784e41ab7c034addf7a60eaa.tar.bz2 gentoo-ecff87c0e0ef4a94784e41ab7c034addf7a60eaa.zip |
dev-python/matplotlib: Bump to 3.4.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/files')
-rw-r--r-- | dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch | 25 |
1 files changed, 25 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 new file mode 100644 index 000000000000..3f76705745df --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch @@ -0,0 +1,25 @@ +From d73dd52edf7ec106cf2f6c0ffc79dcda31102ecd Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> +Date: Sun, 20 Jun 2021 15:07:56 +0200 +Subject: [PATCH] increase test_backend_pgf.py::test_xelatex[pdf] tol + +--- + lib/matplotlib/tests/test_backend_pgf.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/matplotlib/tests/test_backend_pgf.py b/lib/matplotlib/tests/test_backend_pgf.py +index 55e375311..684f38fb7 100644 +--- a/lib/matplotlib/tests/test_backend_pgf.py ++++ b/lib/matplotlib/tests/test_backend_pgf.py +@@ -80,7 +80,7 @@ def test_common_texification(plain_text, escaped_text): + # test compiling a figure to pdf with xelatex + @needs_xelatex + @pytest.mark.backend('pgf') +-@image_comparison(['pgf_xelatex.pdf'], style='default') ++@image_comparison(['pgf_xelatex.pdf'], style='default', tol=0.8) + def test_xelatex(): + rc_xelatex = {'font.family': 'serif', + 'pgf.rcfonts': False} +-- +2.32.0 + |