summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-29 10:03:37 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-29 11:42:57 +0100
commitc75dad06a2633931da495ed1a7c166015ed8fd2b (patch)
tree39d5663636827f430c5ed0c1ebc453adc4f7196f /dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch
parent8358a2e6e8c57535d00e464b968ef674ae14ea48 (diff)
downloadgentoo-c75dad06a2633931da495ed1a7c166015ed8fd2b.tar.gz
gentoo-c75dad06a2633931da495ed1a7c166015ed8fd2b.tar.bz2
gentoo-c75dad06a2633931da495ed1a7c166015ed8fd2b.zip
dev-python/matplotlib: Bump to 3.3.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch b/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch
new file mode 100644
index 000000000000..0c62334086a6
--- /dev/null
+++ b/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch
@@ -0,0 +1,12 @@
+diff -dupr a/lib/mpl_toolkits/tests/test_mplot3d.py b/lib/mpl_toolkits/tests/test_mplot3d.py
+--- a/lib/mpl_toolkits/tests/test_mplot3d.py 2021-01-29 10:43:01.196582153 +0100
++++ b/lib/mpl_toolkits/tests/test_mplot3d.py 2021-01-29 10:44:36.084875177 +0100
+@@ -150,7 +150,7 @@ def test_contourf3d_fill():
+ ax.set_zlim(-1, 1)
+
+
+-@mpl3d_image_comparison(['tricontour.png'])
++@mpl3d_image_comparison(['tricontour.png'], tol=0.02)
+ def test_tricontour():
+ fig = plt.figure()
+