We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1ef01 commit 3e36fafCopy full SHA for 3e36faf
1 file changed
tests/test_breaking_cleanup_contract.py
@@ -1,5 +1,6 @@
1
from __future__ import annotations
2
3
+import importlib
4
from importlib.machinery import PathFinder
5
from pathlib import Path
6
@@ -47,6 +48,7 @@
47
48
49
50
def _local_package_spec(module_name: str):
51
+ importlib.import_module("scholaraio")
52
repo_root = Path(__file__).resolve().parents[1]
53
package_root = repo_root / "scholaraio"
54
relative_parts = module_name.split(".")[1:]
0 commit comments