]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335) (#125390)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Oct 2024 08:04:22 +0000 (10:04 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 08:04:22 +0000 (08:04 +0000)
commitbcadaf23218085c8fbeb8e9f8793e55ce5ed0166
treea0ad1d3f256f71354feca93996cd2f3042ef3c4d
parent801ef7de08d816b1976865496e834c5af941a8ad
[3.13] gh-86673: Loosen test_ttk.test_identify() requirements (GH-125335) (#125390)

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