diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-01-12 06:22:34 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-01-12 07:13:47 +0100 |
| commit | 4e288a50eaaa453834259089cb9f89ef11d4b9ba (patch) | |
| tree | 9a4e42e96fc5e23778aeb73c4fb4f0d525fdd705 /dev-python/matplotlib/files/matplotlib-3.6.3-test.patch | |
| parent | fd16e217ba46db65765937a6e65759953bfcc144 (diff) | |
| download | gentoo-4e288a50eaaa453834259089cb9f89ef11d4b9ba.tar.gz gentoo-4e288a50eaaa453834259089cb9f89ef11d4b9ba.tar.bz2 gentoo-4e288a50eaaa453834259089cb9f89ef11d4b9ba.zip | |
dev-python/matplotlib: Bump to 3.6.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.6.3-test.patch')
| -rw-r--r-- | dev-python/matplotlib/files/matplotlib-3.6.3-test.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch b/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch new file mode 100644 index 000000000000..176f2f03c5c9 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch @@ -0,0 +1,25 @@ +From 28294f8dc7305707c6e9a481c42416b2fb5714a1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> +Date: Thu, 12 Jan 2023 06:39:23 +0100 +Subject: [PATCH] Increase more tolerances + +--- + lib/matplotlib/tests/test_lines.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/matplotlib/tests/test_lines.py b/lib/matplotlib/tests/test_lines.py +index e83a90ccb1..ddba36333f 100644 +--- a/lib/matplotlib/tests/test_lines.py ++++ b/lib/matplotlib/tests/test_lines.py +@@ -166,7 +166,7 @@ def test_set_drawstyle(): + + + @image_comparison(['line_collection_dashes'], remove_text=True, style='mpl20', +- tol=0.62) ++ tol=0.65) + def test_set_line_coll_dash_image(): + fig, ax = plt.subplots() + np.random.seed(0) +-- +2.39.0 + |
