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 ned.deily
Recipients gpolo, janssen, ned.deily, r.david.murray, ronaldoussoren, vstinner
Date 2011-06-30.23:24:29
SpamBayes Score 0.00042754595
Marked as misclassified No
Message-id <1309476270.11.0.811724744564.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
> It skips test_tk and test_ttk_guionly if the DISPLAY environment variable is not set.

Whether DISPLAY is set or not isn't relevant.  What's relevant is whether I'm logged in as the GUI user.  In this example, I'm logging in through ssh using the same user name that is currently logged in as the main GUI user.

   $ ssh xxxx
   $ echo $DISPLAY

   $ /usr/local/bin/python3.2 -m test -u gui test_ttk_guionly
   [1/1] test_ttk_guionly
   1 test OK. 

It's really not worth trying to fix the tests.  The buildbot configuration is incorrect.
History
Date User Action Args
2011-06-30 23:24:30ned.deilysetrecipients: + ned.deily, ronaldoussoren, janssen, vstinner, gpolo, r.david.murray
2011-06-30 23:24:30ned.deilysetmessageid: <1309476270.11.0.811724744564.issue8716@psf.upfronthosting.co.za>
2011-06-30 23:24:29ned.deilylinkissue8716 messages
2011-06-30 23:24:29ned.deilycreate