Skip to content

gh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9.1 - #145738

Merged
serhiy-storchaka merged 6 commits into
python:mainfrom
serhiy-storchaka:test-tkinter-8.7
Mar 11, 2026
Merged

gh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9.1#145738
serhiy-storchaka merged 6 commits into
python:mainfrom
serhiy-storchaka:test-tkinter-8.7

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Mar 10, 2026

Copy link
Copy Markdown
Member

@serhiy-storchakaserhiy-storchaka added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Mar 11, 2026
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 2140325 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F145738%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Mar 11, 2026
@serhiy-storchaka
serhiy-storchaka merged commit 77d6d5d into python:mainMar 11, 2026
114 of 115 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the test-tkinter-8.7 branch March 11, 2026 19:01
@miss-islington-app

Copy link
Copy Markdown

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 77d6d5d8fcc8565034dac378b2184131af735512 3.14

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Mar 11, 2026
…thonGH-145738)
(cherry picked from commit 77d6d5d)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-145841 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Mar 11, 2026
serhiy-storchaka added a commit that referenced this pull request Mar 12, 2026
ljfp pushed a commit to ljfp/cpython that referenced this pull request Apr 25, 2026
serhiy-storchaka added a commit that referenced this pull request Jul 11, 2026
…3484)
Backport the test-only parts of the Tcl/Tk 8.7/9.0/9.1 test adaptations so
that test_tkinter and test_ttk pass when Python 3.13 is built against
Tcl/Tk 9.0 (for example the Homebrew build used on macOS), while still
passing against the Tcl/Tk 8.6 that 3.13 ships.
Combines the test changes from:
* gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
* gh-124111: test macOS CI with Tk 9 (GH-137424)
* gh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9.1 (GH-145738)
The corresponding non-test changes (Modules/_tkinter.c, Lib/tkinter/ttk.py,
PCbuild and CI configuration) are not backported.
@serhiy-storchakaserhiy-storchaka removed their assignment Jul 15, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@serhiy-storchaka@bedevere-bot