Skip to content

Commit

Permalink
pythongh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Feb 14, 2024
1 parent dd5e4d9 commit 77a2a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_dbm_sqlite3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sqlite3
import sys
import test.support
import unittest
Expand All @@ -8,6 +7,7 @@
from test.support import cpython_only, import_helper, os_helper


sqlite3 = import_helper.import_module("sqlite3")
dbm_sqlite3 = import_helper.import_module("dbm.sqlite3")
from dbm.sqlite3 import _normalize_uri

Expand Down

0 comments on commit 77a2a2e

Please sign in to comment.