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