Ned Deily <n...@acm.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8716>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to