mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
exclude IPython.lib.kernel in iptest
when pyzmq is unavailable
This commit is contained in:
parent
3125911166
commit
af88c03774
@ -272,6 +272,7 @@ def make_exclude():
|
||||
])
|
||||
|
||||
if not have['zmq']:
|
||||
exclusions.append(ipjoin('lib', 'kernel'))
|
||||
exclusions.append(ipjoin('kernel'))
|
||||
exclusions.append(ipjoin('qt'))
|
||||
exclusions.append(ipjoin('html'))
|
||||
|
Loading…
Reference in New Issue
Block a user