From 4455c74ed1a8a802a9b3569d008239f7e6d1d605 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 10 Apr 2024 14:16:14 +0100 Subject: [PATCH] Remove ipython tk test --- lib/matplotlib/tests/test_backend_tk.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/matplotlib/tests/test_backend_tk.py b/lib/matplotlib/tests/test_backend_tk.py index 6f82cde046af..ee20a94042f7 100644 --- a/lib/matplotlib/tests/test_backend_tk.py +++ b/lib/matplotlib/tests/test_backend_tk.py @@ -261,8 +261,3 @@ def test_figure(master): foreground="white") test_figure(root) print("success") - - -def test_ipython(): - from matplotlib.testing import ipython_in_subprocess - ipython_in_subprocess("tk", "TkAgg", "tkagg")