From fe99c27175f607d2c33cabb358f287a9560e6d1f Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 21 Sep 2014 11:16:37 +0200 Subject: [PATCH] remove cython extension. Now in cython package itself, as stable. --- IPython/testing/iptest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index b91100987..840d9ebfd 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -141,7 +141,6 @@ have['pymongo'] = test_for('pymongo') have['pygments'] = test_for('pygments') have['qt'] = test_for('IPython.external.qt') have['sqlite3'] = test_for('sqlite3') -have['cython'] = test_for('Cython') have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) have['jinja2'] = test_for('jinja2') have['mistune'] = test_for('mistune') @@ -251,9 +250,6 @@ test_sections['kernel.inprocess'].requires('zmq') # extensions: sec = test_sections['extensions'] -if not have['cython']: - sec.exclude('cythonmagic') - sec.exclude('tests.test_cythonmagic') # This is deprecated in favour of rpy2 sec.exclude('rmagic') # autoreload does some strange stuff, so move it to its own test section