From 3e3799d4bfdcda8e03513d5af42c48663f9ccb51 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:43:10 +0100 Subject: [PATCH] Backport PR #29631: Add inline notebook to test data --- lib/matplotlib/tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/tests/meson.build b/lib/matplotlib/tests/meson.build index e4a00e850f7f..05336496969f 100644 --- a/lib/matplotlib/tests/meson.build +++ b/lib/matplotlib/tests/meson.build @@ -103,6 +103,7 @@ install_data( 'cmr10.pfb', 'mpltest.ttf', 'test_nbagg_01.ipynb', + 'test_inline_01.ipynb', install_tag: 'tests', install_dir: py3.get_install_dir(subdir: 'matplotlib/tests/'))