changeset 52874 | e6069f84abbb |
parent 48875 | 6000f5b25c9b |
--- a/tests/test-duplicateoptions.py Mon Feb 10 11:18:33 2025 +0100 +++ b/tests/test-duplicateoptions.py Mon Feb 10 10:42:16 2025 +0100 @@ -7,13 +7,6 @@ ignore = {b'highlight', b'win32text', b'factotum', b'beautifygraph'} -try: - import sqlite3 - - del sqlite3 # unused, just checking that import works -except ImportError: - ignore.add(b'sqlitestore') - if os.name != 'nt': ignore.add(b'win32mbcs')