Tweak code with suggestions from yesterday.

This commit is contained in:
Thomas Kluyver 2011-03-24 23:42:04 +00:00
parent 943edf4cf9
commit becb566a6f

View File

@ -168,6 +168,10 @@ def make_exclude():
if not have['wx']:
exclusions.append(ipjoin('lib', 'inputhookwx'))
# We do this unconditionally, so that the test suite doesn't import
# gtk, changing the default encoding and masking some unicode bugs.
exclusions.append(ipjoin('lib', 'inputhookgtk'))
# These have to be skipped on win32 because the use echo, rm, cd, etc.
# See ticket https://bugs.launchpad.net/bugs/366982