Show More
@@ -140,7 +140,6 b" have['pexpect'] = test_for('IPython.external.pexpect')" | |||||
140 | have['pymongo'] = test_for('pymongo') |
|
140 | have['pymongo'] = test_for('pymongo') | |
141 | have['pygments'] = test_for('pygments') |
|
141 | have['pygments'] = test_for('pygments') | |
142 | have['qt'] = test_for('IPython.external.qt') |
|
142 | have['qt'] = test_for('IPython.external.qt') | |
143 | have['rpy2'] = test_for('rpy2') |
|
|||
144 | have['sqlite3'] = test_for('sqlite3') |
|
143 | have['sqlite3'] = test_for('sqlite3') | |
145 | have['cython'] = test_for('Cython') |
|
144 | have['cython'] = test_for('Cython') | |
146 | have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) |
|
145 | have['tornado'] = test_for('tornado.version_info', (3,1,0), callback=None) | |
@@ -255,9 +254,8 b" sec = test_sections['extensions']" | |||||
255 | if not have['cython']: |
|
254 | if not have['cython']: | |
256 | sec.exclude('cythonmagic') |
|
255 | sec.exclude('cythonmagic') | |
257 | sec.exclude('tests.test_cythonmagic') |
|
256 | sec.exclude('tests.test_cythonmagic') | |
258 | if not have['rpy2'] or not have['numpy']: |
|
257 | # This is deprecated in favour of rpy2 | |
259 |
|
|
258 | sec.exclude('rmagic') | |
260 | sec.exclude('tests.test_rmagic') |
|
|||
261 | # autoreload does some strange stuff, so move it to its own test section |
|
259 | # autoreload does some strange stuff, so move it to its own test section | |
262 | sec.exclude('autoreload') |
|
260 | sec.exclude('autoreload') | |
263 | sec.exclude('tests.test_autoreload') |
|
261 | sec.exclude('tests.test_autoreload') |
General Comments 0
You need to be logged in to leave comments.
Login now