Skip to content

Commit f535930

Browse files
committed
Adapt test suite to Matplotlib 3.10.
1 parent d2e72db commit f535930

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Due to missing support from cairo:
541541
- ``ps.useafm`` (effectively always ``False``),
542542
- ``svg.fonttype`` (effectively always ``"path"``, see `cairo issue #253
543543
<cairo-253_>`_),
544-
- ``svg.hashsalt``.
544+
- ``svg.hashsalt``, ``svg.id``.
545545

546546
Additionally, the ``quality``, ``optimize``, and ``progressive`` parameters to
547547
``savefig``, which have been removed in Matplotlib 3.5, are not supported.

run-mpl-test-suite.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def pytest_collection_modifyitems(session, config, items):
184184
# Useful, but the tag structure is too different (e.g. cairo
185185
# skips emitting clips that don't intersect paths).
186186
"test_backend_svg.py::test_count_bitmaps",
187-
# cairo doesn't support custom gids or metadata.
187+
# cairo doesn't support custom id, gids, or metadata.
188188
"test_backend_svg.py::test_annotationbbox_gid",
189189
"test_backend_svg.py::test_gid",
190190
"test_backend_svg.py::test_svg_clear_all_metadata",
@@ -193,6 +193,7 @@ def pytest_collection_modifyitems(session, config, items):
193193
"test_backend_svg.py::test_svg_escape",
194194
"test_backend_svg.py::test_svg_incorrect_metadata[",
195195
"test_backend_svg.py::test_svg_metadata",
196+
"test_backend_svg.py::test_svgid",
196197
# cairo always emits text as glyph paths.
197198
"test_backend_svg.py::test_svgnone_with_data_coordinates",
198199
# cairo can't emit urls in SVG.

0 commit comments

Comments
 (0)