add missing cython exclusion in iptest

This commit is contained in:
MinRK 2012-05-31 10:06:13 -07:00
parent 711c2ef6cc
commit 3ac79da49c

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