]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86673: Loosen test_ttk.test_identify() requirements (#125335)
authorErlend E. Aasland <erlend@python.org>
Sun, 13 Oct 2024 07:38:47 +0000 (09:38 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 07:38:47 +0000 (09:38 +0200)
commit4197a796ecf3a751ad7245b8d4f980d6d444b614
treee0fdd441338c90c5613eb45938ad5e724337b654
parent82bcaf15890cf85b76b4f62d2dd1710bb49c3ed1
gh-86673: Loosen test_ttk.test_identify() requirements (#125335)

In aeca373b3 (PR gh-12011, issue gh-71500), test_identify() was changed to expect different results on Darwin. Ned's fix was later adjusted by e52f9bee8. This workaround is only needed for some variants of Tk/Tcl on macOS, so we now allow both the workaround and the generic results for these tests.
Lib/test/test_ttk/test_widgets.py