##// END OF EJS Templates
Remove sqlite3 checks in test setup.
Terry Davis -
Show More
@@ -137,7 +137,7 b' def test_for(item, min_version=None, callback=extract_version):'
137 # have available at test run time
137 # have available at test run time
138 have = {'matplotlib': test_for('matplotlib'),
138 have = {'matplotlib': test_for('matplotlib'),
139 'pygments': test_for('pygments'),
139 'pygments': test_for('pygments'),
140 'sqlite3': test_for('sqlite3')}
140 }
141
141
142 #-----------------------------------------------------------------------------
142 #-----------------------------------------------------------------------------
143 # Test suite definitions
143 # Test suite definitions
@@ -176,9 +176,6 b" test_sections = {n:TestSection(n, ['IPython.%s' % n]) for n in test_group_names}"
176
176
177 # core:
177 # core:
178 sec = test_sections['core']
178 sec = test_sections['core']
179 if not have['sqlite3']:
180 sec.exclude('tests.test_history')
181 sec.exclude('history')
182 if not have['matplotlib']:
179 if not have['matplotlib']:
183 sec.exclude('pylabtools'),
180 sec.exclude('pylabtools'),
184 sec.exclude('tests.test_pylabtools')
181 sec.exclude('tests.test_pylabtools')
General Comments 0
You need to be logged in to leave comments. Login now