mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #1807 from minrk/excludecython
add missing cython exclusion in iptest
This commit is contained in:
commit
70ed0343d6
@ -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…
Reference in New Issue
Block a user