We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4006917 commit 3f6932cCopy full SHA for 3f6932c
unittests/test_mig_views.py
@@ -199,7 +199,6 @@ def test_mig_hierarchy_all_from_submodule() -> None:
199
if not is_private_submodule_checked_out():
200
pytest.skip("Skipping test because of missing private submodule")
201
202
- private_submodule_root = Path(__file__).parent.parent / "xml-migs-and-ahbs"
203
mig_paths = list(private_submodule_root.rglob("**/*MIG*.xml"))
204
205
if not mig_paths:
0 commit comments