diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 757b215..690d388 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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'))