Skip to content

Update TkDND Linux binaries - #19

Merged
Squiblydoo merged 2 commits into
masterfrom
0.6.2
Jul 5, 2026
Merged

Update TkDND Linux binaries#19
Squiblydoo merged 2 commits into
masterfrom
0.6.2

Conversation

@Squiblydoo

Copy link
Copy Markdown
Collaborator

0.6.2

  • Identified a race condition in the Linux binaries and added the new binaries for tkinterdnd2
  • updated README to fix an inconsistency in regards to how TCL lists should be handled.

test_dnd.py and test_dnd_widgets.py are interactive manual test beds
(each ends in a bare root.mainloop(), never exiting) that got swept
into tests/ during a recent cleanup. unittest discover matches any
test*.py file and imports it to look for TestCase classes, so
importing either one blocked the whole run forever with no job
timeout to stop it. Move both to demos/, alongside the other
demo_*.py scripts, so discovery only sees the real TestCase in
tests/test_tkinterdnd2.py.

Also add a concurrency group to load-test.yml so pushing a branch and
then opening a PR from it doesn't fire two redundant full runs of the
same commit.
@Squiblydoo
Squiblydoo merged commit a8c1e01 into master Jul 5, 2026
8 checks passed
@Squiblydoo
Squiblydoo deleted the 0.6.2 branch July 5, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant