add missing cython exclusion in iptest

MinRK 14 years ago
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…
Cancel
Save