Skip to content

Commit d7ecec3

Browse files
Stop trying to establish the connection immediately as this prevents
boostrapping!
1 parent c73b937 commit d7ecec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_env.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def _initialize():
102102
module_name = f"oracledb.plugins.{name}"
103103
print("importing module", module_name)
104104
importlib.import_module(module_name)
105-
get_connection()
106105

107106

108107
def get_value(name, label, default_value=None, password=False):

0 commit comments

Comments
 (0)