diff -r 76d4272bd57b -r 801c8ca60af5 tests/test-duplicateoptions.py --- a/tests/test-duplicateoptions.py Fri Oct 19 16:34:45 2018 +0200 +++ b/tests/test-duplicateoptions.py Fri Oct 19 11:31:18 2018 -0400 @@ -10,6 +10,7 @@ try: import sqlite3 + del sqlite3 # unused, just checking that import works except ImportError: ignore.add(b'sqlitestore')