Show More
@@ -144,6 +144,7 b" have['curses'] = test_for('_curses')" | |||
|
144 | 144 | have['matplotlib'] = test_for('matplotlib') |
|
145 | 145 | have['pexpect'] = test_for('IPython.external.pexpect') |
|
146 | 146 | have['pymongo'] = test_for('pymongo') |
|
147 | have['pygments'] = test_for('pygments') | |
|
147 | 148 | have['wx'] = test_for('wx') |
|
148 | 149 | have['wx.aui'] = test_for('wx.aui') |
|
149 | 150 | have['qt'] = test_for('IPython.external.qt') |
@@ -255,7 +256,7 b' def make_exclude():' | |||
|
255 | 256 | exclusions.append(ipjoin('frontend', 'consoleapp.py')) |
|
256 | 257 | exclusions.append(ipjoin('frontend', 'terminal', 'console')) |
|
257 | 258 | exclusions.append(ipjoin('parallel')) |
|
258 | elif not have['qt']: | |
|
259 | elif not have['qt'] or not have['pygments']: | |
|
259 | 260 | exclusions.append(ipjoin('frontend', 'qt')) |
|
260 | 261 | |
|
261 | 262 | if not have['pymongo']: |
General Comments 0
You need to be logged in to leave comments.
Login now