mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
bpo-46425: use absolute imports in test_sqlite3
(GH-30676)
This commit is contained in:
parent
101a184d49
commit
55f4ec460e
4 changed files with 5 additions and 6 deletions
|
@ -32,7 +32,7 @@ import unittest.mock
|
|||
import sqlite3 as sqlite
|
||||
|
||||
from test.support import bigmemtest, catch_unraisable_exception
|
||||
from .test_dbapi import cx_limit
|
||||
from test.test_sqlite3.test_dbapi import cx_limit
|
||||
|
||||
|
||||
def with_tracebacks(exc, regex="", name=""):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue