##// END OF EJS Templates
add missing cython exclusion in iptest
MinRK -
Show More
@@ -272,6 +272,7 b' def make_exclude():'
272 272
273 273 if not have['cython']:
274 274 exclusions.extend([ipjoin('extensions', 'cythonmagic')])
275 exclusions.extend([ipjoin('extensions', 'tests', 'test_cythonmagic')])
275 276
276 277 if not have['tornado']:
277 278 exclusions.append(ipjoin('frontend', 'html'))
General Comments 0
You need to be logged in to leave comments. Login now