[issue37706] IDLE: fix sidebar click-drag bug and macOS test failures

Terry J. Reedy report at bugs.python.org
Mon Aug 5 18:09:50 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I remembered this morning that we need to check test_tkk_guionly or (easier, but less obviously also all gui) test_tk either in test suite output, or run by itself with
  python -m test.test_tk  # or test -ugui test_tk
because idle it has non-gui tests that always run. From a random Azure Mac output:
  test_ttk_guionly skipped -- cannot run without OS X gui process
whereas Azure Ubuntu gives
  [201/419] test_ttk_guionly passed
and ditto for test_tk.  Also, "test_tix test_tk test_ttk_guionly" under 'tests skipped'.

The skips for the only current Mac buildbot I found,
https://buildbot.python.org/all/#/workers/20,
Matt Billenstein <matt at vazor.com> High Sierra 10.13.6,
also include "test_tix test_tk test_ttk_guionly"

Perhaps you can ask him if his machine is suitable for adding gui tests and offer to help.

Tal, when you can build on Mac, are you making framework builds?  Does test_tk run?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37706>
_______________________________________


More information about the Python-bugs-list mailing list