exclude gtk3 gui modules from tests

This commit is contained in:
John Stowers 2014-07-26 20:11:25 +02:00
parent 925a968840
commit d025cb6176

View File

@ -242,6 +242,7 @@ sec.requires('zmq')
sec.exclude('inprocess')
# importing gtk sets the default encoding, which we want to avoid
sec.exclude('zmq.gui.gtkembed')
sec.exclude('zmq.gui.gtk3embed')
if not have['matplotlib']:
sec.exclude('zmq.pylab')