Skip to content

Commit

Permalink
Remove ipython tk test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Apr 10, 2024
1 parent 530fbbc commit 4455c74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/matplotlib/tests/test_backend_tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 4455c74

Please sign in to comment.