Add missing `consider_namespace_packages=False,` to `import_path()`

sc_super_proto_dgrams
Tyler Goodlet 2025-03-20 20:58:56 -04:00
parent dd9fe0b043
commit a36ee01592
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def test_ipc_channel_break_during_stream(
mod: ModuleType = import_path(
examples_dir() / 'advanced_faults' / 'ipc_failure_during_stream.py',
root=examples_dir(),
consider_namespace_packages=False,
)
# by def we expect KBI from user after a simulated "hang