]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove tests_gui variables from Tkinter tests (GH-118280)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Apr 2024 16:27:51 +0000 (19:27 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 16:27:51 +0000 (19:27 +0300)
commitc379de224cea2458b15c03cfeffc5506419a62eb
treecabcd85fa6a409a91b5dd103bdb70caed9f352ea
parent5da0280648b5f1c5142dad39dcd1e7fd99fdf37a
Remove tests_gui variables from Tkinter tests (GH-118280)

They were only used in runtktests.py which was removed in
f59ed3c310a7ceebf2a56a84ea969a7f75d95b64 (bpo-45229).
Lib/test/test_tkinter/test_geometry_managers.py
Lib/test/test_tkinter/test_widgets.py
Lib/test/test_ttk/test_widgets.py