diff -r 2f1edf5e0a4b -r c3ad9ef0876c tests/test-duplicateoptions.py --- a/tests/test-duplicateoptions.py Tue Oct 16 08:48:23 2018 +0200 +++ b/tests/test-duplicateoptions.py Thu Oct 18 11:14:04 2018 -0400 @@ -8,6 +8,11 @@ ignore = {b'highlight', b'win32text', b'factotum', b'beautifygraph'} +try: + import sqlite3 +except ImportError: + ignore.add(b'sqlitestore') + if os.name != 'nt': ignore.add(b'win32mbcs')