Commit bc8b857
committed
build(pytest): set import mode to importlib
Use the importlib import mode for pytest to avoid issues with sys.path manipulation and improve reliability of test imports. This mode is recommended for projects with complex package structures.1 parent 5f6ae09 commit bc8b857
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments