This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients JayKrish, Todd.Rovito, ncoghlan, philwebster, python-dev, r.david.murray, terry.reedy
Date 2013-07-13.13:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373723308.38.0.918063045261.issue18365@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-13 13:48:28r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, Todd.Rovito, python-dev, JayKrish, philwebster
2013-07-13 13:48:28r.david.murraysetmessageid: <1373723308.38.0.918063045261.issue18365@psf.upfronthosting.co.za>
2013-07-13 13:48:28r.david.murraylinkissue18365 messages
2013-07-13 13:48:28r.david.murraycreate