Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 383f73a

Browse files
terrdavisCarreau
authored andcommitted
Remove sqlite3 checks in test setup.
1 parent 54396af commit 383f73a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

IPython/testing/iptest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_for(item, min_version=None, callback=extract_version):
137137
# have available at test run time
138138
have = {'matplotlib': test_for('matplotlib'),
139139
'pygments': test_for('pygments'),
140-
'sqlite3': test_for('sqlite3')}
140+
}
141141

142142
#-----------------------------------------------------------------------------
143143
# Test suite definitions
@@ -176,9 +176,6 @@ def will_run(self):
176176

177177
# core:
178178
sec = test_sections['core']
179-
if not have['sqlite3']:
180-
sec.exclude('tests.test_history')
181-
sec.exclude('history')
182179
if not have['matplotlib']:
183180
sec.exclude('pylabtools'),
184181
sec.exclude('tests.test_pylabtools')

0 commit comments

Comments
 (0)