Re: [Python-Dev] Issues 9931 and 9055 - test_ttk_guionly and buildbot run as a service

2010-11-14 Thread Paul Moore
On 12 November 2010 17:07, Terry Reedy wrote: > On 11/12/2010 3:44 AM, Paul Moore wrote: >> >> Hi, >> My buildbot has been failing for some time because of these 2 issues, >> both related to the fact that tests are hanging when run as a service >> (and hence have no display to open GUI elements on

Re: [Python-Dev] Issues 9931 and 9055 - test_ttk_guionly and buildbot run as a service

2010-11-13 Thread Hirokazu Yamamoto
On 2010/11/13 2:07, Terry Reedy wrote: On 11/12/2010 3:44 AM, Paul Moore wrote: Hi, My buildbot has been failing for some time because of these 2 issues, both related to the fact that tests are hanging when run as a service (and hence have no display to open GUI elements on). Both issues have pa

Re: [Python-Dev] Issues 9931 and 9055 - test_ttk_guionly and buildbot run as a service

2010-11-12 Thread Terry Reedy
On 11/12/2010 3:44 AM, Paul Moore wrote: Hi, My buildbot has been failing for some time because of these 2 issues, both related to the fact that tests are hanging when run as a service (and hence have no display to open GUI elements on). Both issues have patches, and as far as I am aware, the pat

[Python-Dev] Issues 9931 and 9055 - test_ttk_guionly and buildbot run as a service

2010-11-12 Thread Paul Moore
Hi, My buildbot has been failing for some time because of these 2 issues, both related to the fact that tests are hanging when run as a service (and hence have no display to open GUI elements on). Both issues have patches, and as far as I am aware, the patches fix the issues reasonably well. What c