Merge pull request #1807 from minrk/excludecython

add missing cython exclusion in iptest
This commit is contained in:
Fernando Perez 2012-05-31 10:22:16 -07:00
commit 70ed0343d6

View File

@ -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'))