mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
add missing cython exclusion in iptest
This commit is contained in:
parent
711c2ef6cc
commit
3ac79da49c
@ -272,6 +272,7 @@ def make_exclude():
|
||||
|
||||
if not have['cython']:
|
||||
exclusions.extend([ipjoin('extensions', 'cythonmagic')])
|
||||
exclusions.extend([ipjoin('extensions', 'tests', 'test_cythonmagic')])
|
||||
|
||||
if not have['tornado']:
|
||||
exclusions.append(ipjoin('frontend', 'html'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user