Message193012
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. |
|
| Date |
User |
Action |
Args |
| 2013-07-13 13:48:28 | r.david.murray | set | recipients:
+ r.david.murray, terry.reedy, ncoghlan, Todd.Rovito, python-dev, JayKrish, philwebster |
| 2013-07-13 13:48:28 | r.david.murray | set | messageid: <[email protected]> |
| 2013-07-13 13:48:28 | r.david.murray | link | issue18365 messages |
| 2013-07-13 13:48:28 | r.david.murray | create | |
|