From 2dd9d9aa820584c514eb0800df932601ef58d503 2014-07-26 18:38:15 From: John Stowers Date: 2014-07-26 18:38:15 Subject: [PATCH] exclude gtk3 gui modules from tests --- diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 3cbb780..b5555a2 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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')