From 4170abf1420483b12d77858246e1d81f968b364c Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Sun, 16 Feb 2025 21:06:10 +0100 Subject: [PATCH] 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/'))