Message193012
| 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: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: <1373723308.38.0.918063045261.issue18365@psf.upfronthosting.co.za> |
| 2013-07-13 13:48:28 | r.david.murray | link | issue18365 messages |
| 2013-07-13 13:48:28 | r.david.murray | create | |