mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
exclude gtk3 gui modules from tests
This commit is contained in:
parent
925a968840
commit
d025cb6176
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user