]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335) (#125391)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Oct 2024 07:56:04 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 07:56:04 +0000 (07:56 +0000)
commitafddaeb7698d2c572364d61e02c4271439650f6d
treef767e572c3382c136ff4b060d53f12edd9894718
parent77020dae341764ee440c99cf8ba13c7766730b46
[3.12] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335) (#125391)

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.
(cherry picked from commit 4197a796ecf3a751ad7245b8d4f980d6d444b614)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Lib/test/test_ttk/test_widgets.py