Skip to content

community/py3-matplotlib: upgrade to 3.7.3

Andy Postnikov requested to merge andypost/aports:py3-matplotlib into master

fails on 3.19 builders

=================================== FAILURES ===================================
__________________________ test_contour_addlines[png] __________________________
[gw7] linux -- Python 3.11.6 /home/buildozer/aports/community/py3-matplotlib/src/matplotlib-3.7.2/test-env/bin/python3

args = ()
kwds = {'extension': 'png', 'request': <FixtureRequest for <Function test_contour_addlines[png]>>}

    @wraps(func)
    def inner(*args, **kwds):
        with self._recreate_cm():
>           return func(*args, **kwds)
E           matplotlib.testing.exceptions.ImageComparisonFailure: images not close (RMS 0.185):
E           	result_images/test_contour/contour_addlines.png
E           	result_images/test_contour/contour_addlines-expected.png
E           	result_images/test_contour/contour_addlines-failed-diff.png

/usr/lib/python3.11/contextlib.py:81: ImageComparisonFailure
=========================== short test summary info ============================
FAILED test-env/lib/python3.11/site-packages/matplotlib/tests/test_contour.py::test_contour_addlines[png]
= 1 failed, 6620 passed, 780 skipped, 12 xfailed, 1 xpassed in 81.89s (0:01:21) =

Merge request reports