mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-23 06:32:07 +02:00
11 lines
318 B
Diff
11 lines
318 B
Diff
--- a/lib/matplotlib/tests/test_contour.py
|
|
+++ b/lib/matplotlib/tests/test_contour.py
|
|
@@ -314,6 +314,7 @@
|
|
cb = plt.colorbar(c3, ax=ax3)
|
|
|
|
|
|
+@pytest.mark.x86
|
|
@image_comparison(
|
|
['contour_addlines.png'], remove_text=True, style='mpl20',
|
|
tol=0.15 if platform.machine() in ('aarch64', 'ppc64le', 's390x')
|