mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +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']:
|
if not have['cython']:
|
||||||
exclusions.extend([ipjoin('extensions', 'cythonmagic')])
|
exclusions.extend([ipjoin('extensions', 'cythonmagic')])
|
||||||
|
exclusions.extend([ipjoin('extensions', 'tests', 'test_cythonmagic')])
|
||||||
|
|
||||||
if not have['tornado']:
|
if not have['tornado']:
|
||||||
exclusions.append(ipjoin('frontend', 'html'))
|
exclusions.append(ipjoin('frontend', 'html'))
|
||||||
|
Loading…
Reference in New Issue
Block a user