R. David Murray added the comment:
Looks like ttk_guionly gets skipped on my buildbot because of the following
code at the top of test_ttk_guionly:
try:
ttk.Button()
except TclError as msg:
# assuming ttk is not available
raise unittest.SkipTest("ttk not available: %s" % msg)
So your skip fix may actually be the best solution.
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue18365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com